Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ts-jest instead of babel directly
Browse files Browse the repository at this point in the history
huntharo committed May 22, 2024
1 parent a4381cc commit 29763a0
Showing 14 changed files with 6,216 additions and 9,315 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -29,5 +29,8 @@ jobs:
- uses: ./.github/actions/configure-nodejs
with:
node-version: ${{ matrix.node-version }}
- run: npm run build --if-present
- run: npm run test:full
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test
- run: npm run test:xmllint
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ dist
*~

# code coverage
coverage/*
coverage/
.nyc_output/

/yarn.lock
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -63,7 +63,6 @@ webpack.*.config.ts
karma.conf.js
/_config.yml
intellij-style-guide.xml
babel.config.js
urls.txt
stream-write.js
toflat.js
11 changes: 0 additions & 11 deletions babel.config.js

This file was deleted.

Loading

0 comments on commit 29763a0

Please sign in to comment.