Skip to content

Commit

Permalink
update story names
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour committed Apr 2, 2021
1 parent 1169ac7 commit e0d000b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stories/Thing.stories.tsx → stories/bears.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { undo, useUndo } from '../src';
import create from 'zustand';

const meta: Meta = {
title: 'Another',
title: 'bears',
argTypes: {
children: {
control: {
Expand Down
2 changes: 1 addition & 1 deletion stories/Thing2.stories.tsx → stories/bees.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { undo, useUndo } from '../src';
import create from 'zustand';

const meta: Meta = {
title: 'Demo',
title: 'bees',
argTypes: {
children: {
control: {
Expand Down
2 changes: 1 addition & 1 deletion test/app.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import * as ReactDOM from 'react-dom';
import { Default as App } from '../stories/Thing.stories';
import { Default as App } from '../stories/bears.stories';

describe('App', () => {
it('renders without crashing', () => {
Expand Down

0 comments on commit e0d000b

Please sign in to comment.