Skip to content

Commit

Permalink
test: refactor to smoke test (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber authored Nov 8, 2023
1 parent f90f342 commit 8c17fa1
Show file tree
Hide file tree
Showing 79 changed files with 1,009 additions and 2,303 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ on:
push:
branches: [develop]
pull_request:
branches: [master, develop, next]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
timeout-minutes: 15
os: [ubuntu-latest, windows-latest]
timeout-minutes: 5

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"kolorist": "^1.8.0",
"lint-staged": "^14.0.1",
"magic-string": "^0.30.3",
"manten": "^1.1.0",
"manten": "^1.2.0",
"node-pty": "^1.0.0",
"outdent": "^0.8.0",
"pkgroll": "^1.11.1",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions tests/fixtures/catch-signals.js

This file was deleted.

2 changes: 0 additions & 2 deletions tests/fixtures/import-file.js

This file was deleted.

2 changes: 0 additions & 2 deletions tests/fixtures/import-file.ts

This file was deleted.

2 changes: 0 additions & 2 deletions tests/fixtures/keep-alive.js

This file was deleted.

56 changes: 0 additions & 56 deletions tests/fixtures/lib/cjs-ext-cjs/index.cjs

This file was deleted.

59 changes: 0 additions & 59 deletions tests/fixtures/lib/cjs-ext-js/index.js

This file was deleted.

55 changes: 0 additions & 55 deletions tests/fixtures/lib/esm-ext-js/index.js

This file was deleted.

55 changes: 0 additions & 55 deletions tests/fixtures/lib/esm-ext-mjs/index.mjs

This file was deleted.

Loading

0 comments on commit 8c17fa1

Please sign in to comment.