diff --git a/src/tasks/templates.js b/src/tasks/templates.js index 0263dda..b709bd3 100644 --- a/src/tasks/templates.js +++ b/src/tasks/templates.js @@ -26,10 +26,19 @@ const files = [ const testFiles = [ 'test/loader.test.js', - 'test/options.test.js', - 'test/fixtures/fixture.js', + 'test/name-option.test.js', + 'test/validate-options.test.js', 'test/fixtures/foo.js', - 'test/helpers/compiler.js', + 'test/fixtures/simple.js', + 'test/helpers/compile.js', + 'test/helpers/execute.js', + 'test/helpers/getCompiler.js', + 'test/helpers/getErrors.js', + 'test/helpers/getWarnings.js', + 'test/helpers/index.js', + 'test/helpers/normalizeErrors.js', + 'test/helpers/readAsset.js', + 'test/helpers/readAssets.js', ]; // These files will be created only once