-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed missing backup file requirement.
* Resulting error has been fixed. * Online API testing is successful.
- Loading branch information
1 parent
7ad4f78
commit 4da23fa
Showing
2 changed files
with
6 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,12 @@ | ||
# Changelog | ||
|
||
**Test Status** | ||
* Checked unit tests since package update. | ||
* Offline Controller file testing is successful. | ||
* API testing has an error due to a missing backup file. (My fault...) | ||
* Front-end testing is unchanged. | ||
* Factory reset is successful. | ||
* Missing backup file error has been fixed. | ||
* Online API testing is successful. | ||
|
||
--- | ||
|
||
**./package.json** | ||
* Uninstalled 'npm' package. (I don't even know how that got there) | ||
* Updated these packages to the latest version: | ||
* request | ||
* sinon | ||
* validator | ||
* chai | ||
* mocha | ||
|
||
--- | ||
|
||
**./package-lock.json** | ||
* Patched 'minimist' security vulnerability. | ||
* Updating 'mocha' and 'sinon' appeared to do the trick. | ||
* This removed all dependency on 'minimist' | ||
**./test-parts/part-h-api_requests/requests/req-storage.js** | ||
* Removed 'stoFile' global. | ||
* This was obviously a holdover from when I was preparing the tests. | ||
* Uses a backup file I have since deleted for public release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters