mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-13 17:15:49 +00:00
- Switch files to typescript - Add missing types in test files - Change how the codec functions were imported. They now count towards the "% Funcs" calculation, increasing it from 75% to 100%. - Lint test files
9 lines
196 B
JavaScript
9 lines
196 B
JavaScript
// Jest configuration for api
|
|
const base = require('../../jest.config.base.js')
|
|
|
|
module.exports = {
|
|
...base,
|
|
roots: [...base.roots, '<rootDir>/test'],
|
|
displayName: 'ripple-address-codec',
|
|
}
|