Skip to content

Commit 260ca90

Browse files
committed
Remove test placeholder
1 parent bd69bfd commit 260ca90

File tree

5 files changed

+273
-4660
lines changed

5 files changed

+273
-4660
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"env": {
33
"commonjs": true,
44
"es6": true,
5-
"node": true,
6-
"jest": true
5+
"node": true
76
},
87
"extends": "eslint:recommended",
98
"globals": {

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,7 @@ jobs:
7373
if: ${{ matrix.config.shards == 'false' }}
7474
7575
test:
76-
strategy:
77-
fail-fast: false
78-
matrix:
79-
os: [ubuntu-latest, macos-latest, windows-latest]
80-
runs-on: ${{ matrix.os }}
76+
runs-on: ubuntu-latest
8177
steps:
8278
- uses: actions/checkout@v2
8379
- run: npm install

index.test.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)