Skip to content

Commit 120c285

Browse files
chore: delete core test workflow
1 parent 20dbab5 commit 120c285

2 files changed

Lines changed: 2 additions & 160 deletions

File tree

.github/workflows/ccip-integration-test.yml

Lines changed: 0 additions & 159 deletions
This file was deleted.

contracts/tsconfig.base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
/* Experimental Options */
3434
"experimentalDecorators": true /* Enables experimental support for ES7 decorators. */,
3535
"emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */,
36-
"resolveJsonModule": true /* Allows importing modules with a ‘.json’ extension */
36+
"resolveJsonModule": true, /* Allows importing modules with a ‘.json’ extension */
37+
"types": ["node", "jest"]
3738
}
3839
}

0 commit comments

Comments
 (0)