Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit fea8f2e

Browse files
committed
tests(accessibility plugin): add success config to npm test
1 parent 6f3dbd6 commit fea8f2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: scripts/test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ passingTests.push('node node_modules/minijasminenode/bin/minijn ' +
3535
'plugins/timeline/spec/unit.js');
3636
passingTests.push(
3737
'node lib/cli.js plugins/timeline/spec/conf.js',
38-
'node lib/cli.js plugins/ngHint/spec/successConfig.js');
38+
'node lib/cli.js plugins/ngHint/spec/successConfig.js',
39+
'node lib/cli.js plugins/accessibility/spec/successConfig.js');
3940

4041
var executor = new Executor();
4142

0 commit comments

Comments
 (0)