Skip to content

Commit 3cd93b9

Browse files
committed
spec: add tests for comparisons
1 parent d22d5e1 commit 3cd93b9

9 files changed

Lines changed: 7868 additions & 3 deletions

File tree

lib/ci/build-types/citgm_build.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const {
1717

1818
class CITGMBuild extends TestBuild {
1919
constructor(cli, request, id) {
20-
// There will always be at least one job id.
2120
const path = `job/citgm-smoker/${id}/`;
2221
const tree = CITGM_MAIN_TREE;
2322

lib/ci/build-types/test_build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
const chalk = require('chalk');
1+
'use strict';
22

3+
const chalk = require('chalk');
34
const { Job } = require('./job');
45
const { shortSha } = require('../../utils');
56
const {

0 commit comments

Comments
 (0)