Skip to content

Commit

Permalink
fix: jsの初期サンプルとテストをシンプルな形で修正してもエラーが出ないように
Browse files Browse the repository at this point in the history
  • Loading branch information
sable-virt committed Dec 10, 2016
1 parent 978dbe9 commit 954f993
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 31 deletions.
3 changes: 0 additions & 3 deletions src/js/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {Sub} from 'sub/sub';
/**
* @constructor
*/
Expand All @@ -12,5 +11,3 @@ let m = new App('main');
if (process.env.NODE_ENV === 'development') {
console.debug('main value:', m.val);
}

console.log(new Sub('aaaa'));
10 changes: 0 additions & 10 deletions src/js/app.spec.js
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
import {App} from './app';
describe('app', () => {
beforeEach(() => {

});
it('init', () => {
let app = new App('myapp');
expect(app.val).toBe('myapp');
});
});
10 changes: 0 additions & 10 deletions src/js/sub/sub-spec.js

This file was deleted.

8 changes: 0 additions & 8 deletions src/js/sub/sub.js

This file was deleted.

0 comments on commit 954f993

Please sign in to comment.