mirror of
https://github.com/directus/directus.git
synced 2026-02-17 23:01:19 -05:00
* First start on test setup * Setup e2e runner framework * Use prepublishOnly for docs build * Setup docker-based e2e test runner * Spacing * Setup db-getter + config * Build image in Dockerode, pull images if needed * Fix waiting for DB, run test for each running instance * Get tests running per vendor * Temp remove oracle * Close awaiting connections in between
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
verbose: true,
|
|
globalSetup: './setup/setup.ts',
|
|
globalTeardown: './setup/teardown.ts',
|
|
};
|