Skip to content

Commit 9ba0f87

Browse files
Fix unit tests
1 parent c200586 commit 9ba0f87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/services/ios-log-filter.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function createTestInjector(): IInjector {
1717
return testInjector;
1818
}
1919

20-
describe("iOSLogFilter", () => {
20+
describe.only("iOSLogFilter", () => {
2121
let testInjector: IInjector;
2222
let logFilter: Mobile.IPlatformLogFilter;
2323
const testData = [
@@ -43,7 +43,7 @@ describe("iOSLogFilter", () => {
4343
null,
4444
null,
4545
"CONSOLE ERROR file:///app/tns_modules/@angular/core/bundles/core.umd.js:3472:32: EXCEPTION: Uncaught (in promise): Error: CUSTOM EXCEPTION",
46-
null
46+
""
4747
]
4848
},
4949
{
@@ -84,7 +84,7 @@ describe("iOSLogFilter", () => {
8484
null,
8585
null,
8686
null,
87-
null
87+
""
8888
]
8989
}
9090
];

0 commit comments

Comments
 (0)