summaryrefslogtreecommitdiff
path: root/cancellationtoken/jest.json
diff options
context:
space:
mode:
Diffstat (limited to 'cancellationtoken/jest.json')
-rw-r--r--cancellationtoken/jest.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/cancellationtoken/jest.json b/cancellationtoken/jest.json
new file mode 100644
index 0000000..f2e3a1e
--- /dev/null
+++ b/cancellationtoken/jest.json
@@ -0,0 +1,7 @@
+{
+ "moduleFileExtensions": ["js", "ts"],
+ "testRegex": "\\.spec\\.ts$",
+ "transform": {
+ ".ts": "ts-jest"
+ }
+}