Skip to content

Commit

Permalink
chore(): remove lerna-debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
wbhob committed Jun 26, 2018
1 parent 35a07be commit bc81061
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 38 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ dist/
coverage/

.idea


lerna-debug.log
35 changes: 0 additions & 35 deletions lerna-debug.log

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/src/test/decorators/cli.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { expect } from 'chai';
import { getClassMetadata } from '../../reflection/class';
import { TestCLI } from '../shared/cli/test-cli';


describe('CLI decorator', () => {
it('Should attatch metadata', () => {
const metadata = getClassMetadata(TestCLI);
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/test/e2e/param.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { OrbitalFactory } from '../../orbital-factory';
import { CLIWithBadParam } from '../shared/cli/cli-with-bad-param';
import { GoodCLI } from '../shared/cli/good-cli';


describe('Commands with Params', () => {
let cli: typeof OrbitalFactory;

Expand Down
1 change: 0 additions & 1 deletion packages/core/src/test/logger.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Logger } from '../shared';
import { format } from '../shared/logger/format';
import { Level } from '../shared/logger/level';


describe('Logging', () => {
describe('Format', () => {
it('should format properly', () => {
Expand Down

0 comments on commit bc81061

Please sign in to comment.