Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit e402d37

Browse files
committed
fix: add missing test template files
1 parent 6aaf6a9 commit e402d37

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/tasks/templates.js

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,19 @@ const files = [
2626

2727
const testFiles = [
2828
'test/loader.test.js',
29-
'test/options.test.js',
30-
'test/fixtures/fixture.js',
29+
'test/name-option.test.js',
30+
'test/validate-options.test.js',
3131
'test/fixtures/foo.js',
32-
'test/helpers/compiler.js',
32+
'test/fixtures/simple.js',
33+
'test/helpers/compile.js',
34+
'test/helpers/execute.js',
35+
'test/helpers/getCompiler.js',
36+
'test/helpers/getErrors.js',
37+
'test/helpers/getWarnings.js',
38+
'test/helpers/index.js',
39+
'test/helpers/normalizeErrors.js',
40+
'test/helpers/readAsset.js',
41+
'test/helpers/readAssets.js',
3342
];
3443

3544
// These files will be created only once

0 commit comments

Comments
 (0)