Skip to content

Commit 7f87ab3

Browse files
committed
no need to register
1 parent 5dd2bb5 commit 7f87ab3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
const { checkUrl } = require('./url.js');
22
const { checkMetadata } = require('./title');
3-
const { registerAndLogOut } = require('./register');
43
const { startupCalls } = require('./startupCalls');
54

65

76
describe('Sequentially run tests', () => {
87
checkUrl();
98
checkMetadata();
10-
registerAndLogOut();
119
startupCalls();
1210
});

0 commit comments

Comments
 (0)