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
Your job is to complete a coding exercise described by `.docs/instructions.md`.
2
+
3
+
A file with the implementation stubbed out has been created for you, along with a test file.
4
+
5
+
To successfully complete the exercise, you must pass all the tests in the test file.
6
+
7
+
To confirm that your solution is correct, run the tests with `yarn test`. Do not meaningfully alter the tests. You should enable the tests if they are disabled (e.g. change `xtest` to `test` for jest).
8
+
9
+
Before running the tests make sure your environment is set up by running `corepack enable` to enable yarn and `yarn install` to install the dependencies.
Your job is to complete a coding exercise described by \`.docs/instructions.md\`.
28
-
A file with the implementation stubbed out has been created for you, along with a test file.
29
-
To successfully complete the exercise, you must pass all the tests in the test file.
30
-
To confirm that your solution is correct, run the tests with \`yarn test\`.
31
-
Before running the test make sure your environment is set up by running \`corepack enable\` to enable yarn and \`yarn install\` to install the dependencies.
0 commit comments