@storybook/test 8.0.0-alpha.1 → 8.0.0-alpha.11

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/test",
3
- "version": "8.0.0-alpha.1",
3
+ "version": "8.0.0-alpha.11",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -43,16 +43,15 @@
43
43
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@storybook/client-logger": "8.0.0-alpha.1",
47
- "@storybook/core-events": "8.0.0-alpha.1",
48
- "@storybook/instrumenter": "8.0.0-alpha.1",
49
- "@storybook/preview-api": "8.0.0-alpha.1",
46
+ "@storybook/client-logger": "8.0.0-alpha.11",
47
+ "@storybook/core-events": "8.0.0-alpha.11",
48
+ "@storybook/instrumenter": "8.0.0-alpha.11",
49
+ "@storybook/preview-api": "8.0.0-alpha.11",
50
50
  "@testing-library/dom": "^9.3.1",
51
51
  "@testing-library/jest-dom": "^6.1.3",
52
52
  "@testing-library/user-event": "14.3.0",
53
- "@types/chai": "^4",
54
- "@vitest/expect": "^0.34.2",
55
- "@vitest/spy": "^0.34.1",
53
+ "@vitest/expect": "1.1.3",
54
+ "@vitest/spy": "^1.1.3",
56
55
  "chai": "^4.3.7",
57
56
  "util": "^0.12.4"
58
57
  },
package/jest.config.js DELETED
@@ -1,7 +0,0 @@
1
- const path = require('path');
2
- const baseConfig = require('../../jest.config.browser');
3
-
4
- module.exports = {
5
- ...baseConfig,
6
- displayName: __dirname.split(path.sep).slice(-2).join(path.posix.sep),
7
- };