Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Walter committed Dec 15, 2020
1 parent ee00829 commit 8d3fa5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ with their **default** values:
Declare a test by calling the test function with a name and a function:

```js
const { test } from '@ianwalter/bff')
const someFunctionality from './someFunctionality')
import { test } from '@ianwalter/bff'
import someFunctionality from './someFunctionality'

test('some functionality', ({ expect }) => {
expect(someFunctionality()).toBeTruthy()
Expand Down
2 changes: 1 addition & 1 deletion packages/bff-webdriver/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import cli from '@ianwalter/cli'
import { createLogger } from '@generates/logger'
import selenium from 'selenium-standalone.js'
import selenium from 'selenium-standalone'
import cleanup from './cleanup.js'
import { webdriverVersion } from './index.js'

Expand Down

0 comments on commit 8d3fa5f

Please sign in to comment.