fix(deps): Update dependencies

This commit is contained in:
Joachim Van Herwegen
2022-02-01 15:00:19 +01:00
parent 52f400d344
commit d2870e5c8b
10 changed files with 5171 additions and 6169 deletions

View File

@@ -39,7 +39,7 @@ describe('PathUtil', (): void => {
});
it('joins Windows paths.', async(): Promise<void> => {
expect(joinFilePath('c:\\foo\\bar\\', '..', '/baz')).toEqual(`c:/foo/baz`);
expect(joinFilePath('c:\\foo\\bar\\', '..', '/baz')).toBe(`c:/foo/baz`);
});
});