Skip to content

Commit 56c4b68

Browse files
fix(testacular-config): Exclude chapter 1 since the code is not valid in the context of the test run
1 parent e2f1355 commit 56c4b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testacular.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ files = [
1515

1616
// list of files to exclude
1717
exclude = [
18+
'1820EN_01_Code/**',
1819
'1820EN_09_Code/01_directive_test_skeleton/test.js'
1920
];
2021

0 commit comments

Comments
 (0)