breejs / bree

Bree is a Node.js and JavaScript job task scheduler with worker threads, cron, Date, and human syntax. Built for @ladjs, @forwardemail, @spamscanner, @cabinjs.
https://jobscheduler.net
MIT License
3.02k stars 78 forks source link

chore: cleaned up config files from syntax errors #57

Closed naz closed 3 years ago

naz commented 3 years ago

Fixed up small syntax errors

naz commented 3 years ago

seems like a flaky test is failing similarly like it does in https://github.com/breejs/bree/pull/56

codecov-io commented 3 years ago

Codecov Report

Merging #57 (118464c) into master (a8f7b13) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #57   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          297       297           
=========================================
  Hits           297       297           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6479da8...118464c. Read the comment docs.

naz commented 3 years ago

the coverage check failure seems like a flaky nyc behavior depending on the node version :thinking: