Skip to content

Commit 94648c6

Browse files
38elementseddyerburgh
authored andcommitted
test: remove yarn installs from compatibility test (#294)
* Improve build * Update config.spec.js
1 parent e4151b0 commit 94648c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
set -e
44

55
test_version_number(){
6-
rm -rf node_modules
76
echo "running unit tests with Vue $1"
8-
yarn install
97
yarn add vue@$1 vue-template-compiler@$1
108
yarn test:unit
119
yarn test:unit:karma

0 commit comments

Comments
 (0)