mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-26 13:45:15 -07:00
refactor: remove mock-fs from dev dependency
This commit is contained in:
@@ -5,7 +5,7 @@ import * as sinonChai from 'sinon-chai'
|
||||
const expect = chai.expect
|
||||
chai.use(sinonChai)
|
||||
|
||||
const P = require('../../../src/util/promise')
|
||||
const P = require('src/util/promise')
|
||||
|
||||
describe('util/promise', function () {
|
||||
describe('.anySeries()', function () {
|
||||
|
||||
Reference in New Issue
Block a user