Skip to content

Commit

Permalink
chore(testrunner): fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov authored Apr 10, 2018
1 parent fafd156 commit beea6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/testrunner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ beforeAll(state => {

describe('math', () => {
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'
expect(2 + 2).toBe(4);
});
Expand Down

0 comments on commit beea6f9

Please sign in to comment.