mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-21 11:11:23 +00:00
Remove test
This commit is contained in:
parent
45a3a992e1
commit
a333b97618
1 changed files with 1 additions and 10 deletions
11
spec/user.js
11
spec/user.js
|
@ -46,13 +46,4 @@ describe("User", () => {
|
|||
assert.isNull(user.getSteamId());
|
||||
});
|
||||
});
|
||||
|
||||
describe("#getHiveId", () => {
|
||||
beforeEach(() => {
|
||||
user = new User(userAttributes);
|
||||
});
|
||||
it ("returns hive id", () => {
|
||||
console.log(user.getHiveId());
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue