Skip to content

Commit

Permalink
spec: add tests for comparisons
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jul 10, 2020
1 parent d22d5e1 commit 3cd93b9
Show file tree
Hide file tree
Showing 9 changed files with 7,868 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/ci/build-types/citgm_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const {

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

Expand Down
3 changes: 2 additions & 1 deletion lib/ci/build-types/test_build.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const chalk = require('chalk');
'use strict';

const chalk = require('chalk');
const { Job } = require('./job');
const { shortSha } = require('../../utils');
const {
Expand Down
Loading

0 comments on commit 3cd93b9

Please sign in to comment.