0.1.19-alpha.0 • Published 2 years ago

djorm-storage-jest v0.1.19-alpha.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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',
    }
  }
})
0.1.19-alpha.0

2 years ago

0.1.17-alpha.1

2 years ago

0.1.8-alpha.0

3 years ago

0.1.7-alpha.11

3 years ago

0.1.5-alpha.7

3 years ago

0.1.5-alpha.4

3 years ago

0.1.4

3 years ago