@naturalcycles/dev-lib 13.46.1 → 13.47.0

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.
@@ -128,7 +128,7 @@ module.exports = {
128
128
  outputDirectory: './tmp/jest',
129
129
  outputName: 'unit.xml',
130
130
  suiteNameTemplate: '{filepath}',
131
- classNameTemplate: '{classname}',
131
+ classNameTemplate: '{filename} - {classname}',
132
132
  titleTemplate: '{title}',
133
133
  ancestorSeparator: ' ',
134
134
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "13.46.1",
3
+ "version": "13.47.0",
4
4
  "scripts": {
5
5
  "prepare": "husky",
6
6
  "tsn-debug": "tsn testScript.ts",