Files
xahau.js/packages/xahau-binary-codec/jest.config.js
Denis Angell 9544e1794e xahau-patch
2025-03-14 15:08:35 +01:00

9 lines
194 B
JavaScript

// Jest configuration for api
const base = require('../../jest.config.base.js')
module.exports = {
...base,
roots: [...base.roots, '<rootDir>/test'],
displayName: 'xahau-binary-codec',
}