OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
API
/
swagger-ui-5.17.14
/
config
/
jest
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2024 04:33:46 AM
rwxr-xr-x
📄
jest.artifact.config.js
321 bytes
08/07/2024 04:33:46 AM
rw-r--r--
📄
jest.unit.config.js
735 bytes
08/07/2024 04:33:46 AM
rw-r--r--
Editing: jest.artifact.config.js
Close
const path = require('path'); module.exports = { rootDir: path.join(__dirname, '..', '..'), testEnvironment: 'jsdom', testMatch: ['**/test/build-artifacts/**/*.js'], setupFiles: ['<rootDir>/test/unit/jest-shim.js'], transformIgnorePatterns: ['/node_modules/(?!(swagger-client|react-syntax-highlighter)/)'], };