mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Fix paths
This commit is contained in:
parent
d75df95c6b
commit
470a5e4183
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import 'chai/register-should.js'
|
import 'chai/register-should.js'
|
||||||
import * as utils from '../server/utils.js'
|
import * as utils from '../src/server/utils.js'
|
||||||
|
|
||||||
describe('server', function () {
|
describe('server', function () {
|
||||||
describe('utils', function () {
|
describe('utils', function () {
|
||||||
|
|
Loading…
Reference in a new issue