djorm-storage-jest

0.1.19-alpha.0 • Public • Published

djorm-storage-jest

Jest testing dummy storage driver for Djorm

It does not save any files, just provides jest mocks in place of the driver methods. See the source for details.

Installation

npm install --save-dev djorm-storage-jest

Configuration

config({
  storages: {
    default: {
      driver: 'djorm-storage-jest.JestFileStorage',
    }
  }
})

Readme

Keywords

none

Package Sidebar

Install

npm i djorm-storage-jest

Weekly Downloads

6

Version

0.1.19-alpha.0

License

ISC

Unpacked Size

1.34 kB

Total Files

3

Last publish

Collaborators

  • just-paja