@sprucelabs/jest-sheets-reporter 3.0.85 → 3.0.87

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.
package/README.md CHANGED
@@ -47,7 +47,6 @@ If a test passes, the cell is set to 1.
47
47
 
48
48
  If a test fails, the cell is set to 0.
49
49
 
50
-
51
50
  ## Making it pretty
52
51
 
53
52
  You can change the look of a cell by using conditional formatting:
@@ -65,7 +65,7 @@ class SheetsReporterTest extends AbstractSheetsReporterTest_1.default {
65
65
  test_1.assert.isEqual(value, 1);
66
66
  }
67
67
  }
68
- SheetsReporterTest.sheetId = '1MFb9AkB8sm7rurYew8hgzrXTz3JDxOFhl4kN9sNQVxw';
68
+ SheetsReporterTest.sheetId = '1ApKcKAquK-qkR-VqQKtajAvWOOtKdbCuBW80WsNAUj8';
69
69
  SheetsReporterTest.testResults = [
70
70
  {
71
71
  title: 'willPass',
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "@types/google-spreadsheet"
16
16
  ]
17
17
  },
18
- "version": "3.0.85",
18
+ "version": "3.0.87",
19
19
  "main": "./build/SheetsReporter.js",
20
20
  "types": "./build/SheetsReporter.d.ts",
21
21
  "description": "Have your Jest tests update a Google Spreadsheet™®©. 📡",
@@ -59,7 +59,7 @@
59
59
  "retry": "^0.13.1"
60
60
  },
61
61
  "devDependencies": {
62
- "@sprucelabs/resolve-path-aliases": "^2.0.132",
62
+ "@sprucelabs/resolve-path-aliases": "^2.0.135",
63
63
  "@sprucelabs/semantic-release": "^5.0.2",
64
64
  "@sprucelabs/test": "^9.0.38",
65
65
  "@types/google-spreadsheet": "^3.3.2",