test: added first react snapshot test
Showing
docs/yarn.lock
0 → 100644
... | ... | @@ -102,7 +102,7 @@ |
"test-ci": "./node_modules/.bin/grunt test --coverage=true", | ||
"lint": "./node_modules/.bin/tslint -c tslint.json --project tsconfig.json --type-check", | ||
"karma": "./node_modules/grunt-cli/bin/grunt karma:dev", | ||
"jest": "./node_modules/jest-cli/bin/jest --notify --watch" | ||
"jest": "./node_modules/jest-cli/bin/jest.js --notify --watch" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
... | ... |
File moved
public/app/core/specs/ColorPalette.jest.tsx
0 → 100644
Please
register
or
sign in
to comment