From e402d37f47bf539c09e749f099dac6b7e60e4439 Mon Sep 17 00:00:00 2001 From: Jason Pickens Date: Thu, 28 Jan 2021 14:37:13 +1300 Subject: [PATCH] fix: add missing test template files --- src/tasks/templates.js | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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