An open API service indexing awesome lists of open source software.

https://github.com/yoctol/bookshelf-test-utils


https://github.com/yoctol/bookshelf-test-utils

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# bookshelf-test-utils

```js
import '@yoctol/bookshelf-test-utils/extend-expect';
```

```js
await expect(User).toHasInDatabase({
name: 'user name',
});
```

```js
import { refreshDatabase } from '@yoctol/bookshelf-test-utils';

afterEach(refreshDatabase);
```