[FIX] E2E Tests not working because of ES6 import (#3147)

* Update ITeam.js

* Minor tweak
This commit is contained in:
Gerzon Z 2021-05-20 09:50:42 -04:00 committed by GitHub
parent 9670fa623a
commit 8373571a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
const axios = require('axios').default;
const data = require('../data');
const { TEAM_TYPE } = require('../../app/definition/ITeam');
const TEAM_TYPE = {
PUBLIC: 0,
PRIVATE: 1
};
let server = data.server