https://github.com/rogchap/safetyculture
Code test
https://github.com/rogchap/safetyculture
Last synced: 4 months ago
JSON representation
Code test
- Host: GitHub
- URL: https://github.com/rogchap/safetyculture
- Owner: rogchap
- Created: 2017-03-26T22:55:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T11:26:29.000Z (over 8 years ago)
- Last Synced: 2025-02-16T05:38:27.860Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Introduction
Code test for Safety Culture### How to run
The code is tested under `node v7````
Usage: bin/run -s secondsOptions:
-s [required] [default: 1800]
```By default, the `-s` is equals to 1800 seconds which is 30 minutes in time.
### Run test
```
npm test
```