mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-09-02 18:56:15 +08:00
feature: tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
transform: {
|
||||
'^.+\\.(ts|tsx)$': 'ts-jest',
|
||||
'^.+\\.(js)$': 'babel-jest'
|
||||
},
|
||||
transformIgnorePatterns: []
|
||||
}
|
||||
Reference in New Issue
Block a user