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:
8
packages/ripple-keypairs/jest.config.js
Normal file
8
packages/ripple-keypairs/jest.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// Jest configuration for api
|
||||
const base = require('../../jest.config.base.js')
|
||||
|
||||
module.exports = {
|
||||
...base,
|
||||
roots: [...base.roots, '<rootDir>/test'],
|
||||
displayName: 'ripple-keypairs',
|
||||
}
|
||||
Reference in New Issue
Block a user