0
Fork 0
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:
Daniel Lockyer 2022-07-27 22:04:39 +02:00
parent ec0d548031
commit ac4ff8ada4
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -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;