We’re using this to organize MSW fixtures or test-specific implementations of things, and we keep all the testing specific bindings in “bs-dev-dependencies”
"sources": [
{
"dir": "src/",
"subdirs": true
},
{
"dir": "__tests__",
"subdirs": true,
"type": "dev"
},
{
"dir": "testUtils",
"subdirs": false,
"type": "dev"
}
],