Skip to content

Commit

Permalink
refactor: remove build step before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EresDev committed Jun 24, 2024
1 parent 1f36682 commit 30eb11a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 85 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/jest-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Setup tests
run: yarn pretest

- name: Build & Run test suite
run: |
yarn test | tee ./coverage.txt && exit ${PIPESTATUS[0]}
Expand Down
63 changes: 0 additions & 63 deletions build/esbuild-build-tests.ts

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"postinstall": "git submodule update --init --recursive",
"build": "run-s clean build:types",
"build:types": "tsx build/esbuild-build.ts && tsc --emitDeclarationOnly --declaration --outDir dist",
"build:tests": "tsx build/esbuild-build-tests.ts && tsc --emitDeclarationOnly --declaration --project tsconfig.tests.json",
"postbuild": "rm -rf dist/src",
"pretest": "run-s clean build:tests",
"test": "jest",
"clean": "rm -rf dist"
},
Expand Down
17 changes: 0 additions & 17 deletions tsconfig.tests.json

This file was deleted.

0 comments on commit 30eb11a

Please sign in to comment.