Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit bd4ea48

Browse files
committed
test: remove fit in scrub-file
1 parent 06c63f2 commit bd4ea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_optimizer/src/transforms/scrub-file_spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ describe('scrub-file', () => {
174174
});
175175

176176

177-
fit('removes top-level Angular constructor parameters in es2015', () => {
177+
it('removes top-level Angular constructor parameters in es2015', () => {
178178
const output = stripIndent`
179179
class Clazz extends BaseClazz { constructor(e) { super(e); } }
180180
`;

0 commit comments

Comments
 (0)