tarmolov / git-hooks-js

A tool to manage and run project git hooks
167 stars 30 forks source link

Added test checking execution order. #47

Closed shdwjk closed 7 years ago

shdwjk commented 7 years ago

On Linux, fs.readdir() and fs.readdirSync() return sorted lists. On Windows they don't. Adding this test so if a Windows version is created, it will preserve the behavior on Linux.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 93.939% when pulling c8ec2c64b559c1058704dcbfb221053c60e33702 on shdwjk:KnownOrder into 52c04e2b04c8c6fc0c76f6e00809cf9fee413ee6 on tarmolov:master.