diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts deleted file mode 100644 index 7a94281b..00000000 --- a/__tests__/main.test.ts +++ /dev/null @@ -1,4 +0,0 @@ -test('nothing', async() => { -}); - -// TODO: hopefully github actions will support integration tests \ No newline at end of file diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index 563d4ccb..00000000 --- a/jest.config.js +++ /dev/null @@ -1,11 +0,0 @@ -module.exports = { - clearMocks: true, - moduleFileExtensions: ['js', 'ts'], - testEnvironment: 'node', - testMatch: ['**/*.test.ts'], - testRunner: 'jest-circus/runner', - transform: { - '^.+\\.ts$': 'ts-jest' - }, - verbose: true -} \ No newline at end of file