Skip to content

Commit

Permalink
Merge pull request #49 from ueckoken/native-test
Browse files Browse the repository at this point in the history
use native test runner instead of Jest
  • Loading branch information
otariidae authored May 11, 2023
2 parents 532883d + 3c7e66b commit 7069549
Show file tree
Hide file tree
Showing 7 changed files with 10,617 additions and 17,600 deletions.
1 change: 0 additions & 1 deletion .claspignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.eslintrc.js
.prettierrc.js
test/**/*
jest.config.*
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ module.exports = {
ecmaVersion: 'latest',
sourceType: 'module',
project: [
'tsconfig.json',
'jest.config.ts'
'tsconfig.json'
]
},
rules: {}
Expand Down
198 changes: 0 additions & 198 deletions jest.config.ts

This file was deleted.

Loading

0 comments on commit 7069549

Please sign in to comment.