Skip to content

Commit

Permalink
Issue mozilla#2807: Move ExperimentPage tests into bundle directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard committed Sep 26, 2017
1 parent 79fb7ca commit 4b7a42e
Show file tree
Hide file tree
Showing 3 changed files with 566 additions and 569 deletions.
3 changes: 2 additions & 1 deletion frontend/src/app/containers/ExperimentPage/stories.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import React from 'react';
import { storiesOf } from '@storybook/react';
import { action } from '@storybook/addon-actions';
import IncompatibleAddons from './IncompatibleAddons';
import LayoutWrapper from '../../components/LayoutWrapper';

import IncompatibleAddons from './IncompatibleAddons';

const experiment = {
title: 'Sample experiment',
description: 'This is an example experiment',
Expand Down
Loading

0 comments on commit 4b7a42e

Please sign in to comment.