Small typo

This commit is contained in:
Yamboy1 2019-11-14 06:52:03 +13:00 committed by GitHub
parent 01408a6ef7
commit a12634ced3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ import * as path from 'path'
test('throws invalid number', async() => {
const input = parseInt('foo', 10);
await expect(wait(input)).rejects.toThrow('milleseconds not a number');
await expect(wait(input)).rejects.toThrow('milliseconds not a number');
});
test('wait 500 ms', async() => {
@ -24,4 +24,4 @@ test('test runs', () => {
env: process.env
};
console.log(cp.execSync(`node ${ip}`, options).toString());
});
});