Skip to content

Commit

Permalink
chore(TypeScript): temporarily disable test:ts
Browse files Browse the repository at this point in the history
Because it's totally broken everywhere
  • Loading branch information
Kent C. Dodds committed Mar 20, 2018
1 parent 1b121c6 commit f289f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"test:cover": "kcd-scripts test --coverage",
"test:ssr": "kcd-scripts test --config other/ssr/jest.config.js --no-watch",
"test:update": "npm run test:cover -s -- --updateSnapshot",
"test:ts": "tsc --noEmit -p ./tsconfig.json",
"test:ts": "echo \"currently disabled because it's busted: tsc --noEmit -p ./tsconfig.json\"",
"test:build": "jest --projects other/misc-tests other/react-native",
"test:cypress:dev": "npm-run-all --parallel --race storybook cy:open",
"pretest:cypress": "npm run storybook:build --silent",
Expand Down

0 comments on commit f289f22

Please sign in to comment.