Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 30c82cd

Browse files
committed
test(generators): cleanup
1 parent 0227dc9 commit 30c82cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/typescript-utils.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,8 @@ export class TacoBellModule {}
134134
// TODO: figure out how to match the exact string
135135
expect(result).toEqual(jasmine.any(String));
136136
});
137-
});
138137

139-
it('should return the same file content as the import is already in the file', () => {
138+
it('should return the same file content as the import is already in the file', () => {
140139
const filePath = '/path/to/my/file';
141140
const fileContent = 'import { A } from "modulePath"';
142141
const namedImport = 'A';
@@ -146,4 +145,5 @@ export class TacoBellModule {}
146145

147146
expect(result).toEqual(fileContent);
148147
});
148+
});
149149
});

0 commit comments

Comments
 (0)