Fix paths

This commit is contained in:
Yarmo Mackenbach 2022-11-17 22:17:42 +01:00
parent d75df95c6b
commit 470a5e4183
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -1,5 +1,5 @@
import 'chai/register-should.js'
import * as utils from '../server/utils.js'
import * as utils from '../src/server/utils.js'
describe('server', function () {
describe('utils', function () {