reenable all tests

pull/833/head
Rich Harris 7 years ago
parent 5f2ea34d84
commit 2dffccca61

@ -3,14 +3,7 @@ import * as http from 'http';
import { rollup } from 'rollup'; import { rollup } from 'rollup';
import virtual from 'rollup-plugin-virtual'; import virtual from 'rollup-plugin-virtual';
import Nightmare from 'nightmare'; import Nightmare from 'nightmare';
import { import { loadSvelte } from "../helpers.js";
showOutput,
loadConfig,
loadSvelte,
env,
setupHtmlEqual,
spaces
} from "../helpers.js";
const page = ` const page = `
<body> <body>
@ -21,7 +14,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.only('custom-elements', () => { describe('custom-elements', () => {
const nightmare = new Nightmare({ show: false }); const nightmare = new Nightmare({ show: false });
let svelte; let svelte;

Loading…
Cancel
Save