Commit 2ada55b5 authored by BryceLTaylor's avatar BryceLTaylor

remove commented out lines in comments test

parent 6571ddb3
...@@ -38,10 +38,6 @@ let projectComment = buildNumber + ' project'; ...@@ -38,10 +38,6 @@ let projectComment = buildNumber + ' project';
let profileComment = buildNumber + ' profile'; let profileComment = buildNumber + ' profile';
let studioComment = buildNumber + ' studio'; let studioComment = buildNumber + ' studio';
// let projectReply = buildNumber + ' project reply';
// let profileReply = buildNumber + ' profile reply';
// let studioReply = buildNumber + ' studio reply';
if (remote) { if (remote) {
jest.setTimeout(60000); jest.setTimeout(60000);
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment