@tahminator/sapling 1.5.19 → 1.5.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,4 +3,4 @@
3
3
  * for test exclusion usages.
4
4
  */
5
5
  const baseDir = "src";
6
- export const exclusions = [`${baseDir}/**/*.test.ts`];
6
+ export const exclusions = [`${baseDir}/**/*.test.ts`, `${baseDir}/__test__/**`];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tahminator/sapling",
3
- "version": "1.5.19",
3
+ "version": "1.5.20",
4
4
  "author": "Tahmid Ahmed",
5
5
  "description": "A library to help you write cleaner Express.js code",
6
6
  "repository": {