Skip to content

Commit 8c80f8f

Browse files
committedOct 8, 2019
(#13) Excluded matcher tests on macOS
1 parent c09334f commit 8c80f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.build/run_osx.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ echo $PWD
55

66
npm ci
77
npm run compile
8-
npm test
8+
npm test -- --testPathIgnorePatterns=".*/expect/.*"

0 commit comments

Comments
 (0)
Please sign in to comment.