Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
17
install/config-ui/node_modules/eslint-plugin-jsx-a11y/__mocks__/LiteralMock.js
generated
vendored
Normal file
17
install/config-ui/node_modules/eslint-plugin-jsx-a11y/__mocks__/LiteralMock.js
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @flow
|
||||
*/
|
||||
|
||||
export type LiteralMockType = {|
|
||||
type: 'Literal',
|
||||
value: string,
|
||||
raw: string,
|
||||
|};
|
||||
|
||||
export default function LiteralMock(value: string): LiteralMockType {
|
||||
return {
|
||||
type: 'Literal',
|
||||
value,
|
||||
raw: value,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user