@testim/testim-cli 4.26.0 → 4.27.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.
Files changed (47) hide show
  1. package/cli.js +54 -63
  2. package/cli.js.map +4 -4
  3. package/npm-shrinkwrap.json +30 -26
  4. package/package.json +1 -1
  5. package/codim/template.js/package.json +0 -22
  6. package/codim/template.js/tests/examples/01-simple-text-validation.test.js +0 -21
  7. package/codim/template.js/tests/examples/02-using-locators.test.js +0 -28
  8. package/codim/template.js/tests/examples/03-using-hooks.test.js +0 -34
  9. package/codim/template.js/tests/examples/04-skip-and-only.test.js +0 -31
  10. package/codim/template.js/tests/examples/05-multiple-windows.test.js +0 -31
  11. package/codim/template.js/tests/examples/locators/locator.2tAJgSAmk3.json +0 -1
  12. package/codim/template.js/tests/examples/locators/locator.9k9VCOUL4y.json +0 -1
  13. package/codim/template.js/tests/examples/locators/locator.AjIJ15ZuBj.json +0 -1
  14. package/codim/template.js/tests/examples/locators/locator.FjmSDY45IZ.json +0 -1
  15. package/codim/template.js/tests/examples/locators/locator.QJ77pQxaRz.json +0 -1
  16. package/codim/template.js/tests/examples/locators/locator.QxcJVFC2C1.json +0 -1
  17. package/codim/template.js/tests/examples/locators/locator.Qxpa59SlFg.json +0 -1
  18. package/codim/template.js/tests/examples/locators/locator.X3UDpG1Gdq.json +0 -1
  19. package/codim/template.js/tests/examples/locators/locator.g2SudoELzB.json +0 -1
  20. package/codim/template.js/tests/examples/locators/locator.hRAXmKR3zE.json +0 -1
  21. package/codim/template.js/tests/examples/locators/locator.kSEI5IhgWU.json +0 -1
  22. package/codim/template.js/tests/examples/locators/locator.pTxwqDP1pW.json +0 -1
  23. package/codim/template.js/tests/examples/locators/locators.js +0 -14
  24. package/codim/template.js/vsproj.njsproj +0 -61
  25. package/codim/template.js/webpack.config.js +0 -4
  26. package/codim/template.ts/package.json +0 -25
  27. package/codim/template.ts/tests/examples/01-simple-text-validation.test.ts +0 -21
  28. package/codim/template.ts/tests/examples/02-using-locators.test.ts +0 -30
  29. package/codim/template.ts/tests/examples/03-using-hooks.test.ts +0 -36
  30. package/codim/template.ts/tests/examples/04-skip-and-only.test.ts +0 -32
  31. package/codim/template.ts/tests/examples/05-multiple-windows.test.ts +0 -32
  32. package/codim/template.ts/tests/examples/locators/locator.2tAJgSAmk3.json +0 -1
  33. package/codim/template.ts/tests/examples/locators/locator.9k9VCOUL4y.json +0 -1
  34. package/codim/template.ts/tests/examples/locators/locator.AjIJ15ZuBj.json +0 -1
  35. package/codim/template.ts/tests/examples/locators/locator.FjmSDY45IZ.json +0 -1
  36. package/codim/template.ts/tests/examples/locators/locator.QJ77pQxaRz.json +0 -1
  37. package/codim/template.ts/tests/examples/locators/locator.QxcJVFC2C1.json +0 -1
  38. package/codim/template.ts/tests/examples/locators/locator.Qxpa59SlFg.json +0 -1
  39. package/codim/template.ts/tests/examples/locators/locator.X3UDpG1Gdq.json +0 -1
  40. package/codim/template.ts/tests/examples/locators/locator.g2SudoELzB.json +0 -1
  41. package/codim/template.ts/tests/examples/locators/locator.hRAXmKR3zE.json +0 -1
  42. package/codim/template.ts/tests/examples/locators/locator.kSEI5IhgWU.json +0 -1
  43. package/codim/template.ts/tests/examples/locators/locator.pTxwqDP1pW.json +0 -1
  44. package/codim/template.ts/tests/examples/locators/locators.js +0 -14
  45. package/codim/template.ts/tsconfig.json +0 -8
  46. package/codim/template.ts/vsproj.njsproj +0 -62
  47. package/codim/template.ts/webpack.config.js +0 -16
@@ -1,16 +0,0 @@
1
- module.exports = {
2
- mode: 'development', // always run with development and source maps
3
- devtool: 'inline-source-map', // always debuggable
4
- module: {
5
- rules: [
6
- {
7
- test: /\.tsx?$/,
8
- loader: 'ts-loader',
9
- exclude: /node_modules/,
10
- },
11
- ],
12
- },
13
- resolve: {
14
- extensions: ['.tsx', '.ts', '.js'],
15
- },
16
- };