Skip to content

Commit 1fade7d

Browse files
committed
test(common): Deleting duplicated test
1 parent 79f339d commit 1fade7d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/common/test/utils/shared.utils.spec.ts

-9
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,4 @@ describe('Shared utils', () => {
255255
expect(stripEndSlash('/cats')).to.equal('/cats');
256256
});
257257
});
258-
259-
describe('stripEndSlash', () => {
260-
it('should strip end slash if present', () => {
261-
expect(stripEndSlash('/cats/')).to.equal('/cats');
262-
});
263-
it('should return the same path if no trailing slash exists', () => {
264-
expect(stripEndSlash('/cats')).to.equal('/cats');
265-
});
266-
});
267258
});

0 commit comments

Comments
 (0)