Commit graph

10 commits

Author SHA1 Message Date
Marvin Gay
4ec0d5f424
Merge pull request #146 from TheOdinProject/dependabot/npm_and_yarn/generator-exercise/hosted-git-info-2.8.9
Bump hosted-git-info from 2.5.0 to 2.8.9 in /generator-exercise
2021-07-24 12:49:22 -04: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
dependabot[bot]
d3c6a5d061
Bump hosted-git-info from 2.5.0 to 2.8.9 in /generator-exercise
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.5.0 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.5.0...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-08 18:38:44 +00:00
Tatiana
ee85d606fd Revert "Removed generator-exercises folder as it breaks jest-codemods"
This reverts commit ecd82a4d52.
2021-05-08 11:32:47 -07:00
Tatiana
4efb36f3aa Revert "run jest-codemods on .spec.js files, move generator-exercises back in"
This reverts commit 7a001e0fdb.
2021-05-08 11:32:41 -07:00
Tatiana
2537c2e6e2 Revert "remove node_modules"
This reverts commit 2fb5731f23.
2021-05-08 11:15:45 -07:00
Michael Frank
2fb5731f23 remove node_modules 2021-05-09 00:43:44 +12:00
Austin Mason
dd98574efc update packages 2019-03-01 21:05:57 +00:00
Étienne Boisseau-Sierra
3a9251d55e Transform 'var' in 'let' 2018-08-07 11:25:16 +01:00
Cody Loyd
fd5b062516 add generator and repeatString 2017-08-21 10:28:29 -05:00