kempo-testing-framework 1.4.2 → 1.4.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.
@@ -19,5 +19,8 @@ jobs:
19
19
 
20
20
  - run: npm ci
21
21
 
22
+ - name: Install Xvfb
23
+ run: sudo apt-get install -y xvfb
24
+
22
25
  - name: Run Unit Tests
23
- run: npm test
26
+ run: xvfb-run npm test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kempo-testing-framework",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "The Kempo Testing Framework is a simple testing framework built on the principle that code intended to be ran in the browser should be tested in the browser, code intended to be ran in Node should be tested in Node, and code intended to be ran in both should be tested in both. No mocking, no complexity—just testing.",
5
5
  "main": "index.js",
6
6
  "bin": {