Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcefram/insp-test
https://github.com/dcefram/insp-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcefram/insp-test
- Owner: dcefram
- Created: 2024-05-24T06:52:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T15:38:37.000Z (7 months ago)
- Last Synced: 2024-06-19T09:49:51.660Z (7 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Insp Test
Some coding test stuff
Note that we won't typically try to solve all exercises here. We would just cherrypick one or two, depending on the flow of the technical interview.
## Run tests
There are currently three tests. You can run each by executing these:
```
$ npm run test:clone-object
$ npm run test:most-recurring
$ npm run test:full-justify
```There's no tooling here to test out the space and/or time complexity of the solutions though :P