@servicetitan/docs-anvil-uikit-contrib 37.0.2 → 37.0.3

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.
@@ -0,0 +1,25 @@
1
+ ---
2
+ title: Startup Jest
3
+ ---
4
+
5
+ import ExampleSetup from './startup-jest.jpg';
6
+
7
+ `@servicetitan/startup-jest` is a small package that allows WebStorm/Riders's Run/Debug Configurations to work with startup's [test](/docs/frontend/uikit/startup/test) command.
8
+
9
+ Use this package if your repository uses `startup test` and you want to run tests in WebStorm/Rider. It causes the IDE to run tests with the same configuration as when you run `startup test` manually.
10
+
11
+ ## Setup
12
+
13
+ Add `@servicetitan/startup-jest` to your project's `devDependencies`. E.g.,
14
+
15
+ ```sh
16
+ npm add --save-dev @servicetitan/startup-jest
17
+ ```
18
+
19
+ Set the **Jest package** in WebStorm/Rider's Run/Debug Configuration to the path to `@servicetitan/startup-jest` in your project's `node_modules`. For example,
20
+
21
+ <img src={ExampleSetup} />
22
+
23
+ ## See Also
24
+
25
+ - [startup test](/docs/frontend/uikit/startup/test) -- how to configure and run tests
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/docs-anvil-uikit-contrib",
3
- "version": "37.0.2",
3
+ "version": "37.0.3",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,5 +16,5 @@
16
16
  "cli": {
17
17
  "webpack": false
18
18
  },
19
- "gitHead": "e5cc4337a19b32de0595e1f23d13029c40b350c2"
19
+ "gitHead": "adf2c3ae6e37a646304d21b6701d358a52f8f2e7"
20
20
  }