From 1997a981105c9910d2d0a150adb39a6bfe706e01 Mon Sep 17 00:00:00 2001 From: Joseph Ditton Date: Fri, 29 Oct 2021 18:57:24 -0600 Subject: first commit --- test/jest-e2e.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/jest-e2e.json (limited to 'test/jest-e2e.json') diff --git a/test/jest-e2e.json b/test/jest-e2e.json new file mode 100644 index 0000000..e9d912f --- /dev/null +++ b/test/jest-e2e.json @@ -0,0 +1,9 @@ +{ + "moduleFileExtensions": ["js", "json", "ts"], + "rootDir": ".", + "testEnvironment": "node", + "testRegex": ".e2e-spec.ts$", + "transform": { + "^.+\\.(t|j)s$": "ts-jest" + } +} -- cgit v1.2.3-70-g09d2