File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 1.1.0 ] - 2022-02-28
88### Added
99- Tests for "Defibrillators".
1010- Tests for "Horse-racing duals".
1111- Tests for "MIME type".
1212- Tests for "Temperatures".
1313- Tests for "Blunder - episode 1".
14+ - Possibility to execute tests for a specific puzzle or all.
1415
1516## [ 1.0.0] - 2022-02-26
1617### Added
Original file line number Diff line number Diff line change @@ -35,9 +35,14 @@ Then, add your code to solve the puzzle.
3535
3636## Test your solution
3737
38+ Executing tests for a specific puzzle :
39+ ``` shellsession
40+ user@host codingame-js-tests $ docker compose run --rm app npm test ./test/training/easy/unary/
41+ ```
42+
3843Executing all the tests :
3944``` shellsession
40- user@host codingame-js-tests $ docker compose run --rm app npm test
45+ user@host codingame-js-tests $ docker compose run --rm app npm test ./test/ ** / * .js
4146```
4247
4348
Original file line number Diff line number Diff line change 11{
2- "spec" : [" ./test/**/*.js" ],
32 "ui" : " tdd" ,
43 "timeout" : 6000
54}
You can’t perform that action at this time.
0 commit comments