File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030- Tests for "Darts".
3131- Tests for "Add'em up".
3232
33+ ### Fixed
34+ - File import for "A child's play".
35+
3336## [ 1.7.0] - 2022-03-31
3437### Added
3538- Tests for "Credit card verifier (Luhn’s algorithm)".
Original file line number Diff line number Diff line change 11import { assert } from 'chai' ;
22import sinon from 'sinon' ;
33import File from '../../../../File.js' ;
4- import { execute } from '../../../../../lib/community/training/easy/benfordsLaw/benfordsLaw .js' ;
4+ import { execute } from '../../../../../lib/community/training/easy/aChildsPlay/aChildsPlay .js' ;
55
66const __dirname = new URL ( '.' , import . meta. url ) . pathname ;
77
You can’t perform that action at this time.
0 commit comments