Updated all import statements to be relative

This commit is contained in:
2022-08-20 13:01:02 +02:00
parent f1eaf3e019
commit 9708a6cff9
17 changed files with 64 additions and 64 deletions

View File

@@ -1,5 +1,6 @@
/* eslint-disable no-return-assign */
const net = require('net');
const net = require("net");
const server = require("../../src/webserver/server");
xdescribe('As a developer I want the server to start', () => {
beforeEach(() =>