Skip to content

Commit

Permalink
version beta 31
Browse files Browse the repository at this point in the history
Signed-off-by: Soldy <[email protected]>
  • Loading branch information
Soldy committed Apr 9, 2022
1 parent c4d0b88 commit c7c0a74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,6 @@ const masterBase = function(settings){
_tests[test].rule,
_tests[test].sample
);
console.log(_tests[test].name);
console.log(_tests[test].rule);
console.log(_tests[test].willfail);
console.log(_tests[test].check);
if(
(_tests[test].willfail === true)&&
(_tests[test].error !== '')&&
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanoTest",
"version": "0.9.9-beta30",
"version": "0.9.9-beta31",
"description": "nano size unit test toolkit.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let nanoTestFull=()=>{
'!error'
);
nanoTest.run({
expected_ok:4,
expected_ok:5,
expected_fail:11,
expected_error:2,
expected_missing:1
Expand Down

0 comments on commit c7c0a74

Please sign in to comment.