|
4 | 4 | "description": "Relevant and typo tolerant search bar for your Vuepress", |
5 | 5 | "author": "Clémentine Urquizar <clementine@meilisearch.com>", |
6 | 6 | "scripts": { |
| 7 | + "serve": "yarn --cwd ./playground install && yarn --cwd ./playground dev", |
7 | 8 | "lint": "eslint '{.,tests}/**/*.{vue,js}'", |
8 | 9 | "lint:fix": "yarn lint --fix", |
9 | | - "serve": "yarn --cwd ./playground install && yarn --cwd ./playground dev", |
10 | | - "test": "jest" |
| 10 | + "test": "vue-cli-service test:unit" |
11 | 11 | }, |
12 | 12 | "main": "index.js", |
13 | 13 | "dependencies": { |
|
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | 20 | "@vue/cli-plugin-unit-jest": "^4.5.13", |
21 | | - "@vue/test-utils": "1.2.0", |
| 21 | + "@vue/cli-plugin-babel": "^4.5.13", |
| 22 | + "@vue/cli-service": "^4.5.13", |
| 23 | + "@vue/test-utils": "^1.2.0", |
22 | 24 | "babel-eslint": "^10.1.0", |
23 | 25 | "eslint": "^7.25.0", |
24 | | - "eslint-config-standard": "^16.0.2", |
| 26 | + "eslint-config-standard": "^16.0.3", |
25 | 27 | "eslint-plugin-import": "^2.20.2", |
26 | 28 | "eslint-plugin-node": "^11.1.0", |
27 | 29 | "eslint-plugin-promise": "^4.3.1", |
28 | 30 | "eslint-plugin-standard": "^5.0.0", |
29 | 31 | "eslint-plugin-vue": "^7.9.0", |
30 | | - "jest": "^26.0.1", |
31 | 32 | "vue": "^2.6.11", |
32 | 33 | "vue-template-compiler": "^2.6.11" |
33 | 34 | }, |
|
0 commit comments