Commit Graph

8 Commits

Author SHA1 Message Date
Kevin Mulhern a1c56276ea Merge branch 'chore/switch-to-jest' into jest-solutions 2021-05-18 00:42:57 +01:00
Michael Frank 5708c3d85a Added jest
Removed generator-exercises folder as it breaks jest-codemods

run jest-codemods on .spec.js files, move generator-exercises back in

Change references from Jasmine to Jest in main readme

Update README with Jest specific language. Update some spec files with new syntax

update tests, multiple exercises

.gitignore: Added package-lock.json, package.json that were used when I ran code-blocks over the tests.

Standardised function declaration calls across exercises

fix typo in caesar.spec.js

Ignoring package-lock.json, package.json

Backtrack on .gitignore modification, add instructions to readme

move files from testing repo to this repo

Typo fixes, remove duplicate exercise folder

Remove solution from non-solution branch

Minor grammatical fixes

added trailing semicolon to all function and module exports

Fix words caught by search/replace action.

remove doubled semicolon.

Correct words caught by search/replace action.

Add missing semicolon.

Add .DS_Store to .gitignore

multiple files: Added a blank line at the end of each file

Ignore generator-exercise when linting exercise files

Update exercise number of each exercise

Update exercise number
2021-05-17 23:46:49 +01:00
Michael Frank 435c1d3779 package(-lock).json: Update to include version and repsitory data based on old solution branch 2021-05-10 16:22:10 +12:00
Michael Frank ce0b9fade1 Revert package-lock.json back to node lts version 2021-05-08 23:54:40 +12:00
Michael Frank 35d7948aa2 move files from testing repo to this repo 2021-04-30 21:49:46 +12:00
Michael Frank fb304675d8 Backtrack on .gitignore modification, add instructions to readme 2021-04-30 00:01:06 +12:00
Michael Frank 91d50288b2 Change references from Jasmine to Jest in main readme 2021-03-03 23:19:51 +13:00
Michael Frank b8b23686e3 Added jest 2021-03-03 15:13:24 +13:00