mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-04 14:07:35 +02:00
test: require correct utils module
This commit is contained in:
@@ -17,7 +17,7 @@ const posts = require('../../src/posts');
|
||||
const user = require('../../src/user');
|
||||
const meta = require('../../src/meta');
|
||||
const file = require('../../src/file');
|
||||
const utils = require('../../public/src/utils');
|
||||
const utils = require('../../src/utils');
|
||||
|
||||
const _filenames = ['abracadabra.png', 'shazam.jpg', 'whoa.gif', 'amazeballs.jpg', 'wut.txt', 'test.bmp'];
|
||||
const _recreateFiles = () => {
|
||||
|
||||
Reference in New Issue
Block a user