mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(testrunner): fix typo in readme
This commit is contained in:
parent
fafd156d7b
commit
beea6f9c82
@ -31,7 +31,7 @@ beforeAll(state => {
|
|||||||
|
|
||||||
describe('math', () => {
|
describe('math', () => {
|
||||||
it('to be sane', async (state, test) => {
|
it('to be sane', async (state, test) => {
|
||||||
state.parallel; // Very first test will always be ran by the 0's thread
|
state.parallelIndex; // Very first test will always be ran by the 0's thread
|
||||||
state.foo; // this will be 'bar'
|
state.foo; // this will be 'bar'
|
||||||
expect(2 + 2).toBe(4);
|
expect(2 + 2).toBe(4);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user