metarhia / metatests

Extremely simple to use test framework and runner for Metarhia technology stack 🧪
https://metarhia.com
Other
18 stars 4 forks source link

Separate tests and fix race condition #136

Closed lundibundi closed 5 years ago

lundibundi commented 5 years ago

Move test.bailout to separate test/bailout.js file Remove dependentSubtests tests from test/imperative.js as they are already present in test/dependentSubtests.js

Remove setImmediate check in the unhandledException test as that only worked due to delays introduced by other throwing tests.

lundibundi commented 5 years ago

Landed in https://github.com/metarhia/metatests/commit/0e9c58b0f02448e81ecf53fe43b7942d602bb13b and https://github.com/metarhia/metatests/commit/151ce09d3991d77282a34d87496c0491660c9be9.