mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 11:17:33 +01:00
511c0ebd7e
* Add blog CRUD example * Fixed some * Exclude example test
8 lines
203 B
JavaScript
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'],
|
|
}
|