rrdelaney / reason-scripts

:beginner: Create a ReasonML and React development environment
MIT License
628 stars 58 forks source link

add bs files glob matcher #58

Closed mudrz closed 6 years ago

mudrz commented 6 years ago

The current glob <rootDir>/src/**/?(*.)(spec|test).{js,jsx,mjs} does not match any of these: App_test.js, App_test.bs.js, App.test.bs.js

The added glob ('/src/*/?({.,_})+(spec|test)?(.bs).{js,jsx,mjs}') matches all of them

mudrz commented 6 years ago

Yes, I can check it in the coming week

rrdelaney commented 6 years ago

Closing in favor of #61