Fix test typo on Chrome

This commit is contained in:
Steven Orvell
2018-04-30 12:10:00 -07:00
parent 644e820ce0
commit a11febe7d7

View File

@@ -48,7 +48,7 @@ import { afterNextRender } from '../../lib/utils/render-status.js';
suite('async global custom-style', function() {
test('async loaded custom-style applies', function(done) {
import('custom-style-async-import.js').then(() => {
import('./custom-style-async-import.js').then(() => {
afterNextRender(null, function() {
assertComputed(host.$.client, '8px');
done();