Skip to content

Commit d4d842d

Browse files
committed
move up bundle to be under other jasmine tests
1 parent 976feee commit d4d842d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/test.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ case $1 in
8383
exit $EXIT_STATE
8484
;;
8585

86+
jasmine-bundle)
87+
set_timezone
88+
89+
npm run test-bundle || EXIT_STATE=$?
90+
exit $EXIT_STATE
91+
;;
92+
8693
make-baselines)
8794
SUITE=$(find $ROOT/test/image/mocks/ -type f -printf "%f\n" | sed 's/\.json$//1' | circleci tests split)
8895
python3 test/image/make_baseline.py $SUITE || EXIT_STATE=$?
@@ -94,13 +101,6 @@ case $1 in
94101
exit $EXIT_STATE
95102
;;
96103

97-
jasmine-bundle)
98-
set_timezone
99-
100-
npm run test-bundle || EXIT_STATE=$?
101-
exit $EXIT_STATE
102-
;;
103-
104104
source-syntax)
105105
npm run lint || EXIT_STATE=$?
106106
npm run test-syntax || EXIT_STATE=$?

0 commit comments

Comments
 (0)