Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx authored Jun 6, 2024
1 parent cb6829e commit acc94f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Describe tests that run in the native test runners of Node.js, Deno and Bun.
## example

````ts
// example.test.js
import {suite} from '@benmerckx/suite'

suite(import.meta, test => {
Expand Down Expand Up @@ -77,4 +78,4 @@ export interface DefineTest extends Describe {
equal(actual: any, expects: any): void
}
}
````
````

0 comments on commit acc94f7

Please sign in to comment.