mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
feat: Jest Test Runner (#2170)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
// Jest configuration for api
|
||||
const base = require('../../jest.config.base.js')
|
||||
|
||||
module.exports = {
|
||||
"roots": [
|
||||
"<rootDir>/src"
|
||||
],
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "ts-jest"
|
||||
},
|
||||
}
|
||||
...base,
|
||||
displayName: 'ripple-address-codec',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user