We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df116ce commit 72a0705Copy full SHA for 72a0705
tests/unit-test/utils_test.js
@@ -122,26 +122,11 @@ function testPad() {
122
}
123
124
125
-function testDummyFailure1() {
126
- throw 'Test Dummy 1.\n' +
127
- 'Actual: ' + 'Success' + '\n' +
128
- 'Expected: ' + 'Failure';
129
-}
130
-
131
-function testDummyFailure2() {
132
- throw 'Test Dummy 2.\n' +
133
134
135
136
137
138
async function test() {
139
testAmzDatetime();
140
testEightDigitDate();
141
testPad();
142
testParseArray();
143
- testDummyFailure1();
144
- testDummyFailure2();
145
146
147
function printHeader(testName) {
0 commit comments