nx/e2e/jest-config.ts
2020-06-03 16:25:25 -04:00

5 lines
132 B
TypeScript

module.exports = {
globalSetup: '<rootDir>/local-registry/setup.js',
globalTeardown: '<rootDir>/local-registry/teardown.js',
};