all repos — caroster @ 331e51912018b9b1b3b123e7c8b1c08dbfef8cfb

[Octree] Group carpool to your event https://caroster.io

e2e/jest.config.js (view raw)

1/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
2module.exports = {
3  preset: "ts-jest",
4  testEnvironment: "node",
5  globalSetup: "./lib/setup-tests.ts",
6  testSequencer: "./testSequencer.js",
7};