You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm assuming the first one can be ignored but the other ones are presumably valid errors.
1) Yaml Validation with kubernetes Test that validation does not throw errors Basic test:
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
2) URI Parse Basic:
AssertionError: '\\bar.html' == '/bar.html'
+ expected - actual
-\bar.html
+/bar.html
at Context.it (test\uri.test.ts:15:20)
3) URI Create Basic:
AssertionError: '\\bar.html' == '/bar.html'
+ expected - actual
-\bar.html
+/bar.html
at Context.it (test\uri.test.ts:27:20)
4) URI File Basic:
AssertionError: '\\..\\uri.test.ts' == '/../uri.test.ts'
+ expected - actual
-\..\uri.test.ts
+/../uri.test.ts
at Context.it (test\uri.test.ts:38:20)
5) URI toJson toJson with system file:
AssertionError: 'c:\\test.txt' == 'c:/test.txt'
+ expected - actual
-c:\test.txt
+c:/test.txt
at Context.it (test\uri.test.ts:86:20)
The text was updated successfully, but these errors were encountered:
I'm assuming the first one can be ignored but the other ones are presumably valid errors.
The text was updated successfully, but these errors were encountered: