0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
hono/jest.config.js
Yusuke Wada 511c0ebd7e
Feature/example blog (#39)
* Add blog CRUD example

* Fixed some

* Exclude example test
2022-01-10 23:30:19 +09:00

8 lines
203 B
JavaScript

module.exports = {
testMatch: ['**/test/**/*.+(ts|tsx|js)', '**/src/**/(*.)+(spec|test).+(ts|tsx|js)'],
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',
},
testPathIgnorePatterns: ['./example'],
}