We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b364a6 commit 96dfc30Copy full SHA for 96dfc30
test/user.js
@@ -1,6 +1,5 @@
1
-
2
-var username="u5";
3
-var email="[email protected]";
+var username="u" + Date.now();
+var email="u" + Date.now() + "@test.com";
4
var password="password1";
5
describe("User",function(){
6
this.timeout(10000);
0 commit comments