Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 23, 2020
2 parents ea97f67 + cc37c73 commit 4919cf6
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 308 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@ jobs:
yarn prepsuite
yarn test:coverage
- name: Smoke Tests
# TODO fix for windows
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: yarn test:smoke
env:
CI: true

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"test:packages": "jest packages/ --reporters=default --forceExit",
"test:ci": "yarn test:cli && yarn test:packages",
"test:watch": "jest test/ packages/ --watch",
"test:smoke": "smoketests/smoketests.sh",
"publish:monorepo": "yarn build && lerna version && lerna publish from-git"
},
"config": {
Expand Down
10 changes: 0 additions & 10 deletions smoketests/smoketests.sh

This file was deleted.

55 changes: 0 additions & 55 deletions smoketests/watch.sh

This file was deleted.

113 changes: 0 additions & 113 deletions smoketests/watch/watch.array.smoketest.js

This file was deleted.

90 changes: 0 additions & 90 deletions smoketests/watch/watch.single.smoketest.js

This file was deleted.

32 changes: 0 additions & 32 deletions smoketests/watch/webpack.array.config.js

This file was deleted.

0 comments on commit 4919cf6

Please sign in to comment.