mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Added missing "should" imports
no issue
This commit is contained in:
parent
f6fbfe712a
commit
a61bf71a16
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// Switch these lines once there are useful utils
|
||||
// const testUtils = require('./utils');
|
||||
require('./utils');
|
||||
|
||||
const should = require('should');
|
||||
const LimitService = require('../lib/limit-service');
|
||||
const {MaxLimit, MaxPeriodicLimit, FlagLimit} = require('../lib/limit');
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// Switch these lines once there are useful utils
|
||||
// const testUtils = require('./utils');
|
||||
require('./utils');
|
||||
const should = require('should');
|
||||
|
||||
const errors = require('./fixtures/errors');
|
||||
const {MaxLimit, AllowlistLimit, FlagLimit, MaxPeriodicLimit} = require('../lib/limit');
|
||||
|
|
Loading…
Add table
Reference in a new issue