mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-06 11:40:46 +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": {
|
"scripts": {
|
||||||
"prepare": "require-self",
|
"prepare": "require-self",
|
||||||
"lint": "standard test/*.test.js src/**/*.js src/**/**/*.js src/*.js examples/*.js *.js",
|
"lint": "standard test/*.test.js src/**/*.js src/**/**/*.js src/*.js examples/*.js *.js",
|
||||||
"test": "jest --verbose"
|
"test": "jest --verbose --runInBand"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
|
|
@ -159,6 +159,7 @@ squid.supportedVersions.forEach((supportedVersion, i) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('commands', () => {
|
describe('commands', () => {
|
||||||
|
jest.setTimeout(10 * 1000)
|
||||||
test('has an help command', async () => {
|
test('has an help command', async () => {
|
||||||
await waitLoginMessage(bot)
|
await waitLoginMessage(bot)
|
||||||
bot.chat('/help')
|
bot.chat('/help')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue