Skip to content

Commit

Permalink
Merge pull request #208 from tkskto/develop
Browse files Browse the repository at this point in the history
v0.5.2
  • Loading branch information
tkskto authored Nov 27, 2022
2 parents 2a85148 + 57a5a97 commit 97d260d
Show file tree
Hide file tree
Showing 10 changed files with 2,382 additions and 2,679 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.5.2

### Chores

- \#210 update dependency
- `commander` to v9.4.1
- `globby` to v13.1.2
- `vue-eslint-parser` to v9.1.0
- `ws` to v8.11.0

## 0.5.1

### Chores
Expand Down
9 changes: 3 additions & 6 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
export default {
verbose: true,
globals: {
'ts-jest': {
useESM: true,
},
},
preset: 'ts-jest/presets/default-esm',
testMatch: [
'**/test/specs/*.test.ts',
],
transform: {
'^.+\\.ts$': 'ts-jest',
'^.+\\.ts$': ['ts-jest', {
useESM: true,
}],
},
};
Loading

0 comments on commit 97d260d

Please sign in to comment.