🧹 Add tests that run the whole action (#149)

This commit is contained in:
Patrick Ellis
2021-06-04 14:46:22 -04:00
committed by GitHub
parent b884ad6838
commit c9d0dfc82e
4 changed files with 151 additions and 1 deletions

View File

@@ -59,5 +59,5 @@
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
},
"exclude": ["node_modules", "**/*.test.ts"]
"exclude": ["node_modules", "__tests__", "__mocks__"]
}