Skip to content

Commit dd86631

Browse files
committed
Don't test the universal example.
1 parent 1ea9c12 commit dd86631

File tree

3 files changed

+1110
-4973
lines changed

3 files changed

+1110
-4973
lines changed

examples/testAll.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const cmdArgs = [
1818
]
1919

2020
for (const dir of exampleDirs) {
21-
if (dir === 'counter-vanilla') continue
21+
if (dir === 'counter-vanilla' || dir === 'universal') continue
2222

2323
console.log(chalk.bold.yellow('\n\n==> Testing %s...\n\n'), dir)
2424
for (const cmdArg of cmdArgs) {

0 commit comments

Comments
 (0)