diff --git a/tests/app.test.js b/tests/app.test.js index 43f34069..87b24897 100644 --- a/tests/app.test.js +++ b/tests/app.test.js @@ -4,11 +4,6 @@ const path = require('path') const admin = { username: 'admin', password: 'test', grant_type: 'password', client_id: 'self' } -var util= require('util'); -var encoder = new util.TextEncoder('utf-8'); - -jest.useFakeTimers() - let token let app let places = []