Skip to content

Commit

Permalink
fix: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ando committed Apr 29, 2024
2 parents cba42cd + ae64087 commit 99a505d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can define it inside your import_map.json config, like this:

And call it inside deps.ts very easy, like this:

```ts
```js
import { assert, driver } from "drowser"
export { assert, driver }
```
Expand All @@ -52,7 +52,7 @@ export { assert, driver }

In you test file , you can define a sample test like this:

```ts
```js
import { assert , driver } from "./deps.ts"
import type { TDrowserBuilder } from "drowser"

Expand Down

0 comments on commit 99a505d

Please sign in to comment.