Merge branch 'develop' into 'staging'
merge 0.7.52 develop into staging See merge request !1
jest.config.js
deleted
100644 → 0
This diff is collapsed.
... | ... | @@ -9,7 +9,7 @@ |
"serve-debug": "vite --debug", | ||
"build": "vite build", | ||
"preview": "vite preview --host 0.0.0.0 --port 8080", | ||
"test": "jest", | ||
"test": "vitest", | ||
"lint": "eslint src", | ||
"lint:fix": "eslint src --fix", | ||
"extract-authors": "node src/node/extractAuthors.js", | ||
... | ... | @@ -17,7 +17,6 @@ |
"full-build": "vite build && build-storybook", | ||
"storybook": "start-storybook -p 6006 --loglevel warn", | ||
"storybook-debug": "start-storybook -p 6006 --loglevel silly", | ||
"test:debug": "node --inspect-brk=9229 ./node_modules/.bin/jest --no-cache --runInBand", | ||
"build-storybook": "build-storybook" | ||
}, | ||
"dependencies": { | ||
... | ... | @@ -80,9 +79,9 @@ |
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-storybook": "^0.6.1", | ||
"eslint-plugin-vitest-globals": "^1.2.0", | ||
"eslint-plugin-vue": "^9.2.0", | ||
"eslint-plugin-vuetify": "^1.1.0", | ||
"jest": "^24.9.0", | ||
"prettier": "^1.16.4", | ||
"prism-react-renderer": "^0.1.7", | ||
"prismjs": "^1.27.0", | ||
... | ... | @@ -92,6 +91,7 @@ |
"vite-plugin-cesium": "^1.2.19", | ||
"vite-plugin-eslint": "^1.7.0", | ||
"vite-plugin-static-copy": "^0.9.0", | ||
"vitest": "^0.24.4", | ||
"vuetify-loader": "^1.9.2" | ||
}, | ||
"browserslist": [ | ||
... | ... |
Please register or sign in to comment