1
0
Fork 0

Nit fixes for story-test integration (#17344)

* nit fix for story-test integration

* updated package.jsson
This commit is contained in:
Nidhi Kumari 2023-01-25 09:24:13 +05:30 committed by GitHub
parent c35b9dea64
commit 8a6bf4d1c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -75,6 +75,8 @@ function urlForStoryFile(filename, artifactBase) {
}
/**
* Get the ID for a story file.
*
* @param {fileName} string - The fileName to get the story id.
* @returns The id of the story.
*/

View File

@ -309,7 +309,6 @@
"nonce-tracker": "^1.0.0",
"obj-multiplex": "^1.0.0",
"pify": "^5.0.0",
"playwright": "^1.29.2",
"promise-to-callback": "^1.0.0",
"prop-types": "^15.6.1",
"pubnub": "4.27.3",
@ -344,7 +343,6 @@
"unicode-confusables": "^0.1.1",
"uuid": "^8.3.2",
"valid-url": "^1.0.9",
"wait-on": "^7.0.1",
"web3-stream-provider": "^4.0.0",
"zxcvbn": "^4.4.2"
},
@ -484,6 +482,7 @@
"nock": "^13.2.9",
"node-fetch": "^2.6.1",
"nyc": "^15.0.0",
"playwright": "^1.29.2",
"polyfill-crypto.getrandomvalues": "^1.0.0",
"prettier": "^2.7.1",
"prettier-plugin-sort-json": "^1.0.0",
@ -519,6 +518,7 @@
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.1",
"wait-on": "^7.0.1",
"watchify": "^4.0.0",
"webextension-polyfill": "^0.8.0",
"webpack": "^5.75.0",

View File

@ -1,7 +1,6 @@
import React from 'react';
import AppHeader from '.';
// eslint-disable-next-line import/no-anonymous-default-export
export default {
title: 'Components/App/AppHeader',