mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 00:20:53 +00:00
cleanup
This commit is contained in:
parent
489b4a2f78
commit
5f45af07a1
2 changed files with 0 additions and 15 deletions
|
@ -1,4 +0,0 @@
|
||||||
test('nothing', async() => {
|
|
||||||
});
|
|
||||||
|
|
||||||
// TODO: hopefully github actions will support integration tests
|
|
|
@ -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
|
|
||||||
}
|
|
Loading…
Reference in a new issue