This commit is contained in:
parent
5f6b6e10fc
commit
c9a7a9efaf
8
.woodpecker.yml
Normal file
8
.woodpecker.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
steps:
|
||||
tests:
|
||||
image: node:lts
|
||||
pull: true
|
||||
commands:
|
||||
- npm install
|
||||
- npm run test
|
@ -1,3 +1,5 @@
|
||||
# Metric-Imperial Converter
|
||||
|
||||
[![status-badge](https://ci.radii.page/api/badges/126/status.svg)](https://ci.radii.page/repos/126)
|
||||
|
||||
This is the boilerplate for the Metric-Imperial Converter project. Instructions for building your project can be found at https://www.freecodecamp.org/learn/quality-assurance/quality-assurance-projects/metric-imperial-converter
|
||||
|
@ -5,7 +5,7 @@
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"test": "mocha ./tests/ --ui tdd"
|
||||
"test": "mocha ./tests/ --ui tdd --exit --color"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
|
Loading…
Reference in New Issue
Block a user