pull/7738/head
Conduitry 7 years ago
parent 19f0cff726
commit 710c40e77c

@ -15,7 +15,7 @@ const page = `
const assert = fs.readFileSync('test/custom-elements/assert.js', 'utf-8'); const assert = fs.readFileSync('test/custom-elements/assert.js', 'utf-8');
describe.skip('custom-elements', function() { describe('custom-elements', function() {
this.timeout(10000); this.timeout(10000);
let svelte; let svelte;

Loading…
Cancel
Save