UNPKG

172 BJavaScriptView Raw
1const path = require('path');
2
3module.exports = {
4 preset: '../../jest/unit-test-config',
5 rootDir: path.resolve(__dirname),
6 displayName: require('./package').name,
7};