Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesadarich committed Oct 14, 2018
1 parent 5728e01 commit b3a2117
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/unit-tests/expect-tests/to-equal.spec.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
import {
Expect,
Test,
TestCase,
Any
} from "../../../core/alsatian-core";
import { Expect, Test, TestCase, Any } from "../../../core/alsatian-core";
import { MatchError } from "../../../core/errors/match-error";
import { stringify } from "../../../core/stringification";

export class ToEqualTests {

@TestCase(undefined)
@TestCase(null)
@TestCase(0)
Expand Down

0 comments on commit b3a2117

Please sign in to comment.