Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

"type":"dev" in "sources"

$
0
0

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"
    }
  ],

Viewing all articles
Browse latest Browse all 2592

Trending Articles