Skip to content

Commit 0374449

Browse files
authored
Remove remix/test assertion re-export docs (#11281)
1 parent f9519a1 commit 0374449

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

packages/test/README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -328,24 +328,6 @@ export default {
328328

329329
Set `browser.open: true` to keep the browser open after tests finish — useful for debugging failures.
330330

331-
### Assertions
332-
333-
`remix/test` re-exports `remix/assert`. See the [`@remix-run/assert` README](../assert/README.md) for full API documentation.
334-
335-
```ts
336-
import * as assert from 'remix/assert'
337-
338-
assert.ok(value)
339-
assert.equal(actual, expected)
340-
assert.notEqual(actual, expected)
341-
assert.deepEqual(actual, expected)
342-
assert.notDeepEqual(actual, expected)
343-
assert.match(string, regexp)
344-
assert.throws(fn)
345-
await assert.rejects(asyncFn)
346-
assert.fail('message')
347-
```
348-
349331
## License
350332

351333
See [LICENSE](https://github.com/remix-run/remix/blob/main/LICENSE)

0 commit comments

Comments
 (0)