code-server/test/utils
Asher e8443e2602
Fix helpers not working in e2e tests
It errors that jest is not defined so put it behind a function instead
of immediately creating the mock (this is probably a better pattern
anyway).

The constant tests had to be reworked a little. Since the logger mock is
hoisted it runs before createLoggerMock is imported. I moved it into a
beforeAll which means the require call also needed to be moved
there (since we need to mock the logger before requiring the constants
or it'll pull the non-mocked logger).

This means getPackageJson needs to be a let and assigned afterward. To
avoid having to define a type for getPackageJson I just added a let var
set to the type of the imported constants file and modified the other
areas to use the same paradigm.

I also replaced some hardcoded strings with the mocked package.json
object.
2021-05-06 15:01:35 -05:00
..
constants.ts Move tmpdir test helper to test helpers file 2021-05-06 14:25:50 -05:00
cssStub.ts refactor: create test/utils 2021-03-12 12:00:56 -07:00
globalSetup.ts refactor: check for editor consistently in tests 2021-04-06 15:46:58 -07:00
helpers.ts Fix helpers not working in e2e tests 2021-05-06 15:01:35 -05:00
httpserver.ts Share common util code with VS Code 2021-05-04 13:29:40 -05:00
integration.ts Use warn log level for integration tests 2021-05-06 14:27:16 -05:00
wtfnode.ts refactor: create test/utils 2021-03-12 12:00:56 -07:00