Michael Frank
d1c9c98366
Merge pull request #218 from trekitch/jest-solutions
2022-01-27 10:07:16 +13:00
Trevon Kitchen
d091aef25d
Update calculator/calculator.js
...
accepted
Co-authored-by: Michael Frank <mfra109@gmail.com>
2022-01-26 16:04:46 -05:00
trekitch
db4255dc92
changed right name this time
2022-01-26 15:04:37 -05:00
trekitch
10199f35a9
change to alternate solutions name
2022-01-26 15:03:53 -05:00
trekitch
894ae2d4ce
added alternate solution to multiply using Exponentiation operator
2022-01-26 14:15:16 -05:00
Kevin Mulhern
fda681965e
Merge branch 'chore/switch-to-jest' into jest-solutions
2021-05-18 00:45:34 +01:00
xandora
c8f3ff9d1b
Update helloWorld/helloWorld.js
...
semicolon after function expression
2021-05-18 11:43:45 +12:00
xandora
582521cc9f
Update calculator/calculator.js
...
Fix duplicate semicolon
2021-05-18 11:43:23 +12:00
xandora
71d3005e52
Update .gitignore
...
New line at eof
2021-05-18 11:43:10 +12:00
xandora
04bf93bb56
Update .eslintignore
...
New line at eof
2021-05-18 11:43:00 +12:00
Kevin Mulhern
a1c56276ea
Merge branch 'chore/switch-to-jest' into jest-solutions
2021-05-18 00:42:57 +01:00
Marvin Gay
a0977c9295
Merge branch 'main' into km-testing-jest-2
2021-05-17 18:56:52 -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
Marvin Gay
ad1c0c407f
Revert "Merge branch 'jest'"
...
This reverts commit f76e9e108f
.
2021-05-12 22:10:23 -04:00
Marvin Gay
f76e9e108f
Merge branch 'jest'
2021-05-12 21:47:42 -04:00
Marvin Gay
8430e59fe4
Merge branch 'origin/master' into 'jest'
2021-05-12 21:45:11 -04:00
Michael Frank
085fd89ec8
added new lines at end of file
2021-05-12 21:38:10 +12:00
Michael Frank
06e90f66c8
pulled eslint files from jester-tester and updated exercise numbers
2021-05-12 21:37:19 +12:00
Michael Frank
14f9b662de
Update exercise number
2021-05-12 21:20:58 +12:00
Michael Frank
321e943041
Update exercise number of each exercise
2021-05-12 19:39:31 +12:00
Michael Frank
26ac56f75d
Ignore generator-exercise when linting exercise files
2021-05-12 19:39:05 +12:00
Michael Frank
8b753de1d1
multiple files: Added a blank line at the end of each file
2021-05-12 19:37:53 +12:00
Michael Frank
03d7fe251a
Add .DS_Store to .gitignore
2021-05-11 14:34:39 +12:00
Michael Frank
8546794b47
Remove lint script and add .DS_Store to .gitignore
2021-05-11 14:34:12 +12:00
Michael Frank
87e9d0eabc
Add missing semicolon.
2021-05-11 14:29:44 +12:00
Michael Frank
e454dfb35d
Correct words caught by search/replace action.
2021-05-11 14:29:15 +12:00
Michael Frank
b673a53a1e
remove doubled semicolon.
2021-05-11 14:28:37 +12:00
Michael Frank
29bcae0032
Fix words caught by search/replace action.
2021-05-11 14:27:33 +12:00
Michael Frank
2f63b3e380
added trailing semicolon to all function and module exports
2021-05-10 21:27:55 +12:00
Michael Frank
ac4d2a94e5
Grammar cleanups, trailing semicolon for function expressions
2021-05-10 20:08:31 +12:00
Michael Frank
276b60a3c3
.eslitrc.json: Added support for airbnb-base linting
2021-05-10 19:03:38 +12: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
9916e343a3
repeatString/README.md: Rewrite hints to refer to Jest "skipped" tests.
2021-05-10 16:20:47 +12:00
Michael Frank
cced031981
helloWorld/README.md: Remove mention of Jasmine in favour of Jest
2021-05-10 16:19:53 +12:00
Michael Frank
2d6c505096
calculator/README.md: Removed references to Jasmine.
...
calculator.spec.js: Set all tests except the first to test.skip
2021-05-10 14:57:23 +12:00
Michael Frank
a5a0284ac1
update var to const in function declarations
2021-05-10 00:06:18 +12:00
Michael Frank
58d2eb108a
Minor grammatical fixes
2021-05-09 22:08:25 +12:00
Tatiana
f238dee4ef
Merge pull request #142 from kemonprogrammer/patch-1
...
Correct exercise number
2021-05-08 11:45:45 -07:00
Tatiana
ba07cb9396
Merge pull request #134 from plskz/fix-link
...
Fix broken link
2021-05-08 11:44:22 -07:00
Tatiana
ac73d925a3
Merge pull request #145 from TheOdinProject/fix/revert-jest
...
Fix/revert jest
2021-05-08 11:37:46 -07:00
Tatiana
8272bde6c9
Revert "Merge pull request #124 from TheOdinProject/twalton83-patch-1"
...
This reverts commit 42076e7424
, reversing
changes made to 452caf2783
.
2021-05-08 11:33:40 -07:00
Tatiana
ffb5d83187
Revert "Added jest"
...
This reverts commit b8b23686e3
.
2021-05-08 11:33:11 -07: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
d79bdb9312
Revert "Change references from Jasmine to Jest in main readme"
...
This reverts commit 91d50288b2
.
2021-05-08 11:32:26 -07:00
Tatiana
cb3ffc086c
Revert "Update README with Jest specific language. Update some spec files with new syntax"
...
This reverts commit e73c68fc01
.
2021-05-08 11:31:56 -07:00
Tatiana
e6260ae506
Revert "ignoring node_modules"
...
This reverts commit b9983073cc
.
2021-05-08 11:31:21 -07:00
Tatiana
674fcf8e56
Revert "update tests, multiple exercises"
...
This reverts commit 2eb02ea212
.
2021-05-08 11:31:02 -07:00
Tatiana
eec196df17
Revert ".gitignore: Added package-lock.json, package.json that were used when I ran code-blocks over the tests."
...
This reverts commit c1b27dc68e
.
2021-05-08 11:30:02 -07:00
Tatiana
405b47c452
Revert "Standardised function declaration calls across exercises"
...
This reverts commit 791a579823
.
2021-05-08 11:29:43 -07:00