Skip to content

Commit

Permalink
fix: remove personal info from test store
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed May 10, 2021
1 parent 3aaf48e commit f92713d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ui/blocks/src/test/storyStore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ export const store: Store = {
from: '../../components/button-default-arrow-func',
importedName: 'default',
name: 'ArrowButton',
request:
'/Users/atanasster/component-controls/core/instrument/test/fixtures/components/button-default-arrow-func.js',
jsx: [
{
from: './Button',
Expand Down Expand Up @@ -135,8 +133,6 @@ export const store: Store = {
from: '../../components/button-named-arrow-func',
importedName: 'Button',
name: 'Button',
request:
'/Users/atanasster/component-controls/core/instrument/test/fixtures/components/button-named-arrow-func.js',
info: {
description: `
Markdown descripton for component.
Expand Down Expand Up @@ -319,8 +315,6 @@ and some bold **text**
from: '../../components/button-named-arrow-func',
importedName: 'Button',
name: 'Button',
request:
'/Users/atanasster/component-controls/core/instrument/test/fixtures/components/button-named-arrow-func.js',
fileInfo: {
sloc: {
total: 28,
Expand Down

0 comments on commit f92713d

Please sign in to comment.