-
Notifications
You must be signed in to change notification settings - Fork 43
Comparing changes
Open a pull request
base repository: node-red/node-red-node-test-helper
base: 0.2.7
head repository: node-red/node-red-node-test-helper
compare: master
Commits on Jun 20, 2022
-
add
setFlows
so that node being tested can modify flowsbumps version to 0.3.0 adds test in lower-case_spec.js updates readme with API and example
Configuration menu - View commit details
-
Copy full SHA for 2a82d32 - Browse repository at this point
Copy the full SHA 2a82d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 547980c - Browse repository at this point
Copy the full SHA 547980cView commit details
Commits on Jun 21, 2022
-
Merge pull request #54 from Steve-Mcl/add-setFlows
add `setFlows` so that node being tested can modify flows
Configuration menu - View commit details
-
Copy full SHA for a04dc2c - Browse repository at this point
Copy the full SHA a04dc2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e35e5 - Browse repository at this point
Copy the full SHA 51e35e5View commit details
Commits on Mar 14, 2023
-
Added a missing parentheses and changed `evt` to `event`
Configuration menu - View commit details
-
Copy full SHA for ff1d737 - Browse repository at this point
Copy the full SHA ff1d737View commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cdb9c50 - Browse repository at this point
Copy the full SHA cdb9c50View commit details -
Merge pull request #63 from node-red/support-async-modules
Add support for async node modules
Configuration menu - View commit details
-
Copy full SHA for 0d7e4c3 - Browse repository at this point
Copy the full SHA 0d7e4c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa56307 - Browse repository at this point
Copy the full SHA aa56307View commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64ecde7 - Browse repository at this point
Copy the full SHA 64ecde7View commit details -
Merge pull request #61 from andreasmarkussen/patch-1
Update README.md
Configuration menu - View commit details
-
Copy full SHA for 241fe9b - Browse repository at this point
Copy the full SHA 241fe9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5395b27 - Browse repository at this point
Copy the full SHA 5395b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6009463 - Browse repository at this point
Copy the full SHA 6009463View commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1bf26e2 - Browse repository at this point
Copy the full SHA 1bf26e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09298c4 - Browse repository at this point
Copy the full SHA 09298c4View commit details -
Use the compatible caret for all dependencies
Previously downsteam projects must use these exact versions, now they can use anything compatible with the test helpers versions.
Configuration menu - View commit details
-
Copy full SHA for 7c1af1f - Browse repository at this point
Copy the full SHA 7c1af1fView commit details
Commits on Sep 19, 2023
-
Merge pull request #70 from Pezmc/chore-compatibility-flag
Use compatible versions rather than specific version of dependencies
Configuration menu - View commit details
-
Copy full SHA for 6f53b9b - Browse repository at this point
Copy the full SHA 6f53b9bView commit details
Commits on Dec 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e6e1efb - Browse repository at this point
Copy the full SHA e6e1efbView commit details -
Merge pull request #73 from joepavitt/master
Add plugin stub to runtime
Configuration menu - View commit details
-
Copy full SHA for 5e7b157 - Browse repository at this point
Copy the full SHA 5e7b157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d82fbf - Browse repository at this point
Copy the full SHA 8d82fbfView commit details
Commits on Apr 25, 2024
-
fixes #75 Major version bump drops support for Node <14.16.0 so no need for a big jump as this package is already <14
Configuration menu - View commit details
-
Copy full SHA for 835530e - Browse repository at this point
Copy the full SHA 835530eView commit details
Commits on May 3, 2024
-
Merge pull request #76 from hardillb/patch-1
Update supertest dependency
Configuration menu - View commit details
-
Copy full SHA for 560a3f1 - Browse repository at this point
Copy the full SHA 560a3f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d54e02 - Browse repository at this point
Copy the full SHA 8d54e02View commit details -
Merge pull request #78 from node-red/update-deps
Update dependencies for 0.3.4
Configuration menu - View commit details
-
Copy full SHA for fc1d059 - Browse repository at this point
Copy the full SHA fc1d059View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d405b9 - Browse repository at this point
Copy the full SHA 6d405b9View commit details -
Merge pull request #79 from hardillb/bump-express
Bump express.js and body-parser
Configuration menu - View commit details
-
Copy full SHA for c20dbdc - Browse repository at this point
Copy the full SHA c20dbdcView commit details
Commits on Oct 28, 2024
-
feat: enable start/stop server in vitest
Callback using "done" in vitest was deprecated. They recommend using async/await or add a arrow function that returns a promise. Since async/await is less verbose, making start/stop server async makes sense.
Configuration menu - View commit details
-
Copy full SHA for 2514932 - Browse repository at this point
Copy the full SHA 2514932View commit details -
Merge pull request #81 from AllanOricil/vitest-setup
feat: enable async start/stop server
Configuration menu - View commit details
-
Copy full SHA for db9a73f - Browse repository at this point
Copy the full SHA db9a73fView commit details
Commits on Nov 2, 2024
-
feat: enable load, setFlows to be used with async/await
this is a continuation of #81
Configuration menu - View commit details
-
Copy full SHA for 505ccc7 - Browse repository at this point
Copy the full SHA 505ccc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f3f69 - Browse repository at this point
Copy the full SHA 00f3f69View commit details
Commits on Nov 5, 2024
-
Merge pull request #82 from AllanOricil/vitest-setup-2
feat: make load, setFlows async/await (enable vitest)
Configuration menu - View commit details
-
Copy full SHA for 949edd2 - Browse repository at this point
Copy the full SHA 949edd2View commit details
There are no files selected for viewing