22 Commits

Author SHA1 Message Date
Johan LEROY
5e2bacdafe Update Node.js version and add linting step
Updated Node.js version and added linting step.
2025-12-08 14:16:33 +01:00
Johan LEROY
b99c7e4cf3 Add GitHub Actions CI configuration
Set up CI workflow for testing and linting
2025-12-08 14:14:33 +01:00
Johan LEROY
dc892fbd10 Add CI workflow for npm commands 2025-12-08 14:13:03 +01:00
Johan
a15a37a139 git init 2025-12-08 14:10:44 +01:00
Rock
86eac9fa5d Ignore Allure files (#28) 2025-12-03 14:37:22 +01:00
Rock
0af074f523 Fix instructions (#27) 2025-12-02 14:12:45 +01:00
Rock
b4d021a548 Add optional name + docs (#25)
* Add optional name

* docs: add README.md with project documentation
2025-12-02 14:09:31 +01:00
dependabot[bot]
ca292d17f3 chore(deps): bump js-yaml (#13)
Bumps  and [js-yaml](https://github.com/nodeca/js-yaml). These dependencies needed to be updated together.

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

Updates `js-yaml` from 3.14.1 to 3.14.2
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 15:14:38 +01:00
Rock
8be5e2cc83 Specify node version (#2)
* build: add engines field to specify Node.js >=22.19.0 requirement

* Specify node version
2025-10-23 16:09:04 +02:00
coaxial
f27d8bd08e Add lockfile 2025-10-23 15:36:10 +02:00
coaxial
ac1cc99b17 fix: correct ESLint extends to use eslint:recommended instead of @eslint/js/recommended 2025-10-23 15:35:37 +02:00
coaxial
ed21e67125 fix: remove invalid files property from ESLint config 2025-10-23 15:35:14 +02:00
coaxial
60136ec8ba fix: correct ESLint plugin reference in config 2025-10-23 15:34:48 +02:00
coaxial
c2625eba32 chore: update ESLint configuration with new rules and plugins 2025-10-23 15:34:45 +02:00
coaxial
9a509006cb fix: add express and move supertest, axios to dependencies 2025-10-23 15:28:09 +02:00
coaxial
ac06eee834 test: add supertest and axios to devDependencies 2025-10-23 15:27:10 +02:00
coaxial
544d56570e chore: add files array to package.json 2025-10-23 15:26:27 +02:00
coaxial
a066a0ae9f test: add Jest dev dependency and npm test script 2025-10-23 15:20:48 +02:00
coaxial
3375344fd1 chore: add ESLint setup with config, ignore file, and lint script 2025-10-23 15:20:07 +02:00
coaxial
f34f5298fc chore: add .eslintrc.js and .eslintignore and update package.json 2025-10-23 15:17:43 +02:00
coaxial
8bf16b0ac2 feat: add simple Express app with /hello endpoint and tests 2025-10-23 15:14:23 +02:00
coaxial
928c1afacd chore: add package.json with dependencies and test scripts 2025-10-23 14:47:58 +02:00