Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 4, 2017
1 parent 05f6c2f commit fdd28d9
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 21 deletions.
1 change: 1 addition & 0 deletions src/functional_test_runner/functional_test_runner.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { resolve, relative } from 'path';

import { isArray, mapValues } from 'lodash';

import {
Expand Down
1 change: 1 addition & 0 deletions src/functional_test_runner/lib/config/create_config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { relative } from 'path';

import { defaultsDeep } from 'lodash';

import { Config } from './config';
Expand Down
1 change: 0 additions & 1 deletion src/functional_test_runner/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export { createLifecycle } from './lifecycle';
export { readConfigFile } from './config';
export { createLog } from './log';
export { modifyUrl } from './url';
export { ConsoleReporterProvider } from './reporters';
export { createProviderCollection } from './provider';
export { runTests } from './run_tests';
Expand Down
1 change: 1 addition & 0 deletions src/functional_test_runner/lib/load_tracer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { resolve } from 'path';

import { isArray } from 'lodash';

import { createGenericUserError } from './';

const globalLoadPath = [];
Expand Down
1 change: 1 addition & 0 deletions src/functional_test_runner/lib/log.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { format } from 'util';

import { magenta, yellow, red, blue, brightBlack } from 'ansicolors';

export function createLog(logLevel, output, lifecycle) {
Expand Down
20 changes: 0 additions & 20 deletions src/functional_test_runner/lib/url.js

This file was deleted.

0 comments on commit fdd28d9

Please sign in to comment.