mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
allowgeoloc: remove tests drafts
This commit is contained in:
parent
7fdc6ca07f
commit
7e3815cc7e
1 changed files with 0 additions and 5 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue