testeranto 0.219.5 → 0.219.6

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.
@@ -7,13 +7,13 @@ const absoluteBundlesDir = (c) => {
7
7
  };
8
8
  export default (config, testName) => {
9
9
  var _a, _b, _c;
10
+ console.log(config);
10
11
  // Get entry points from config, or use a default
11
12
  let entrypoints = [];
12
13
  if ((_a = config.node) === null || _a === void 0 ? void 0 : _a.tests) {
13
14
  entrypoints = Object.keys(config.node.tests);
14
15
  }
15
16
  else {
16
- console.log(config);
17
17
  throw "config.node.tests should exist";
18
18
  // Fallback to a reasonable default
19
19
  // entrypoints = ["./example/Calculator.test.ts"];