miaoda-game-devkit 0.2.13 → 0.2.14

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.
@@ -60,6 +60,9 @@ function defineReactGameVitestConfig(options) {
60
60
  }
61
61
  },
62
62
  test: {
63
+ env: {
64
+ NODE_ENV: "test"
65
+ },
63
66
  include: [
64
67
  "src/**/*.{test,spec}.{ts,tsx}",
65
68
  "tests/**/*.{test,spec}.{ts,tsx}"
@@ -36,6 +36,9 @@ function defineReactGameVitestConfig(options) {
36
36
  }
37
37
  },
38
38
  test: {
39
+ env: {
40
+ NODE_ENV: "test"
41
+ },
39
42
  include: [
40
43
  "src/**/*.{test,spec}.{ts,tsx}",
41
44
  "tests/**/*.{test,spec}.{ts,tsx}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miaoda-game-devkit",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "Shared React and Phaser game lint plus deterministic testing tools for Miaoda games",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",