Skip to content

Commit fd93f60

Browse files
xiehanmutahhir
authored andcommitted
chore: add missing jest config to hcl-tools package
1 parent 83ed8a1 commit fd93f60

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/**
2+
* Copyright (c) HashiCorp, Inc.
3+
* SPDX-License-Identifier: MPL-2.0
4+
*/
5+
6+
module.exports = {
7+
testMatch: ['**/*.test.ts', '**/*.test.tsx'],
8+
"transform": {
9+
"^.+\\.tsx?$": "ts-jest"
10+
},
11+
moduleFileExtensions: [
12+
"js",
13+
"ts",
14+
"tsx"
15+
],
16+
}

0 commit comments

Comments
 (0)