mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated import path for minifier tests
- this now tests the exports of the package - also has the nice side effect of bumping coverage to 100%
This commit is contained in:
parent
ec0d548031
commit
ac4ff8ada4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require('./utils');
|
|||
const path = require('path');
|
||||
const fs = require('fs').promises;
|
||||
const os = require('os');
|
||||
const Minifier = require('../lib/minifier');
|
||||
const Minifier = require('../');
|
||||
|
||||
describe('Minifier', function () {
|
||||
let minifier;
|
||||
|
|
Loading…
Add table
Reference in a new issue