Browse Source

Merge pull request #12 from smokeball-tests/update-packages-and-readme

Update packages and readme
master
Smokeball Dev 3 years ago
committed by GitHub
parent
commit
d1d4b384af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 984 additions and 2411 deletions
  1. +2
    -3
      README.md
  2. +981
    -2407
      package-lock.json
  3. +1
    -1
      package.json

+ 2
- 3
README.md View File

@ -40,8 +40,7 @@ Note that for this challenge, the HTTP calls are mocked. You *must* use the prov
* Not all of the requirements are covered by the unit tests.
* We are most impressed with readable code that works.
* Keep your solution as simple as possible, input validation for `get-arnie-quotes()` is not required.
* Code as if your `get-arnie-quotes()` function may one day be used against a real http implementation.
* Other solutions to this puzzle may be available on github and may be used to give you ideas, however, not all forked solutions are correct.
* Other solutions to this puzzle are available on github and can be used to give you ideas, however, not all forked solutions are correct.
* Direct plagiarism results in an immediate failure.
@ -63,7 +62,7 @@ An example results array:
[
{ 'Arnie Quote': 'Some cool quote' },
{ 'FAILURE: 'Your request has been terminated' },
{ 'FAILURE': 'Your request has been terminated' },
]
```


+ 981
- 2407
package-lock.json
File diff suppressed because it is too large
View File


+ 1
- 1
package.json View File

@ -9,6 +9,6 @@
"test": "jest"
},
"dependencies": {
"jest": "26.1.0"
"jest": "27.0.6"
}
}

Loading…
Cancel
Save