Update path-text-test.ts

This commit is contained in:
Markus Olsson 2022-02-15 11:54:15 +01:00 committed by GitHub
parent 09c74fb2ac
commit d48e7b2333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ describe('PathText', () => {
)
expect(normalizedFileName).toBe('path')
expect(normalizedDirectory).toBe(
__WIN32__ ? 'some\\submodule' : 'some/submodule/'
__WIN32__ ? 'some\\submodule\\' : 'some/submodule/'
)
})