Skip to content

Commit 9cc7db3

Browse files
test: remove unnecessary.
1 parent f61a031 commit 9cc7db3

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

src/test/wrapper.spec.ts

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,6 @@ import { Wrapper } from '../lib/wrapper.class';
77
const testing = new Testing(true, true);
88
const toBe = new TestingToBeMatchers();
99

10-
const w = new Wrapper('[', ']', '{my text}');
11-
12-
console.log(`---`);
13-
14-
console.log(w.wrap('<', '>'));
15-
console.log(w.wrapOn('my new text'));
16-
17-
console.log(w.wrapText('<', '>'));
18-
19-
console.log(w.isWrapped());
20-
console.log(w.isWrapped('['));
21-
console.log(w.isWrapped(undefined, ']'));
22-
console.log(w.isWrapped('[', ']'));
23-
24-
console.log(w.toWrap());
25-
console.log(w.removeWrapIn(w.valueOf()));
26-
console.log(w.unwrap());
27-
console.log(w.unwrapText());
28-
console.log(w.unwrapText('{', '}'));
29-
30-
console.log(`---`);
31-
32-
console.log(w.textReplaceClosing('<'));
33-
console.log(w.textReplaceOpening('>'));
34-
console.log(w.textUnwrap());
35-
console.log(w.textWrap('<', '>'));
36-
3710
testing.describe(`Wrapper`, () => {
3811
const opening = `<`;
3912
const replaceOpening = '{{';

0 commit comments

Comments
 (0)