mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-19 06:21:08 +00:00
normal timeout + sequential
This commit is contained in:
parent
d6eede202e
commit
c213a06c38
2 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"scripts": {
|
||||
"prepare": "require-self",
|
||||
"lint": "standard test/*.test.js src/**/*.js src/**/**/*.js src/*.js examples/*.js *.js",
|
||||
"test": "jest --verbose"
|
||||
"test": "jest --verbose --runInBand"
|
||||
},
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -159,6 +159,7 @@ squid.supportedVersions.forEach((supportedVersion, i) => {
|
|||
})
|
||||
|
||||
describe('commands', () => {
|
||||
jest.setTimeout(10 * 1000)
|
||||
test('has an help command', async () => {
|
||||
await waitLoginMessage(bot)
|
||||
bot.chat('/help')
|
||||
|
|
|
|||
Loading…
Reference in a new issue