Skip to content

Commit

Permalink
fix: remove broken test case for flow and browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Jan 3, 2023
1 parent 8fd7a02 commit ec68507
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 222 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Expand Up @@ -40,13 +40,3 @@ jobs:
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

test_browsers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm install
- run: node test/browser.js
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -18,7 +18,6 @@
],
"devDependencies": {
"coveralls": "^3.0.0",
"flow-bin": "^0.73.0",
"istanbul": "^0.4.5",
"jest": "^22.1.4",
"promise": "^8.0.0",
Expand All @@ -32,7 +31,6 @@
},
"scripts": {
"tsc": "tsc --noEmit",
"flow": "flow",
"test": "node test/index.js && npm run test:types",
"test:types": "jest",
"coverage": "istanbul cover test/index.js",
Expand Down
127 changes: 0 additions & 127 deletions test/__snapshots__/flow.test.js.snap

This file was deleted.

45 changes: 0 additions & 45 deletions test/browser.js

This file was deleted.

23 changes: 0 additions & 23 deletions test/flow-example.js

This file was deleted.

14 changes: 0 additions & 14 deletions test/flow.test.js

This file was deleted.

1 change: 0 additions & 1 deletion test/index.js
@@ -1,7 +1,6 @@
'use strict';

var assert = require('assert');
var fs = require('fs');
var test = require('testit');
var throat = require('../');

Expand Down

0 comments on commit ec68507

Please sign in to comment.