minor fixes
This commit is contained in:
parent
51edbb1236
commit
5a024624af
14 changed files with 57 additions and 22 deletions
|
@ -0,0 +1,9 @@
|
|||
describe("Test", function() {
|
||||
it("declares `admin`", function() {
|
||||
admin; // error if not declared
|
||||
});
|
||||
|
||||
it("declares `user`", function() {
|
||||
user; // error if not declared
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue