Skip to content

Commit

Permalink
chore: remove redundant browser "implementation" of chalk (#10605)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Oct 8, 2020
1 parent 285e462 commit c808901
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"which": "^2.0.1"
},
"scripts": {
"build-clean": "rimraf './packages/*/build' './packages/*/build-es5' './packages/*/tsconfig.tsbuildinfo'",
"build-clean": "rimraf './packages/*/build' './packages/*/tsconfig.tsbuildinfo'",
"build": "yarn build:js && yarn build:ts",
"build:js": "node ./scripts/build.js",
"build:ts": "node ./scripts/buildTs.js",
Expand Down
18 changes: 0 additions & 18 deletions packages/expect/src/__tests__/fakeChalk.test.ts

This file was deleted.

23 changes: 0 additions & 23 deletions packages/expect/src/fakeChalk.ts

This file was deleted.

0 comments on commit c808901

Please sign in to comment.