Skip to content

Commit 5cd4df8

Browse files
committed
Formatted
1 parent 4976301 commit 5cd4df8

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/lib/string.spec.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
import {
2-
isNullOrEmpty,
3-
isNullOrWhitespace,
4-
capitalize,
5-
uncapitalize,
6-
truncate,
7-
ltrim,
8-
rtrim,
9-
trim,
10-
} from "./string";
1+
import { isNullOrEmpty, isNullOrWhitespace, capitalize, uncapitalize, truncate, ltrim, rtrim, trim } from "./string";
112

123
describe("string tests", () => {
134
test.each([

0 commit comments

Comments
 (0)