Skip to content

Commit

Permalink
fix: remove testing page
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 24, 2021
1 parent 966324a commit f2eb346
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
34 changes: 0 additions & 34 deletions examples/starter/.config/TestingPage.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions examples/starter/.config/buildtime.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const path = require('path');
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
.BundleAnalyzerPlugin;
const { defaultBuildConfig } = require('@component-controls/core');

module.exports = {
siteRoot: '/root/',
Expand All @@ -15,14 +14,6 @@ module.exports = {
],
};
},
pages: {
story: {
tabs: {
page: '@component-controls/pages/ClassicPage',
test: '@component-controls/pages/TestingPage',
},
},
},
instrument: {
components: {
package: {
Expand Down
7 changes: 1 addition & 6 deletions examples/starter/.config/runtime.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import React from 'react';
import {
RunOnlyConfiguration,
defaultRunConfig,
} from '@component-controls/core';
import { TestingPage } from './TestingPage';
import { RunOnlyConfiguration } from '@component-controls/core';

const config: RunOnlyConfiguration = {
title: `awLib`,
Expand Down

0 comments on commit f2eb346

Please sign in to comment.