ci: switch to GHA (#115)

This commit is contained in:
David Sanders
2024-12-03 14:06:00 -08:00
committed by GitHub
parent 7f59407631
commit caa0567b76
6 changed files with 84 additions and 37 deletions

View File

@@ -10,5 +10,6 @@ module.exports = {
}
]
},
globalSetup: './jest.setup.ts'
globalSetup: './jest.setup.ts',
testTimeout: 10000,
};