UNPKG

@simplepg/dservice

Version:

JavaScript implementation of the SimplePage backend service

11 lines 251 B
export default { testEnvironment: 'node', transform: {}, moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1' }, // Run tests sequentially to avoid Anvil process conflicts maxWorkers: 1, // Verbose output for debugging verbose: true }