|
|
@ -1,7 +1,7 @@ |
|
|
import Backbone from 'backbone'; |
|
|
import Backbone from 'backbone'; |
|
|
var Commands = require('commands'); |
|
|
import Commands from 'commands'; |
|
|
var Models = require('./model/CommandModels'); |
|
|
import Models from './model/CommandModels'; |
|
|
var CommandAbstract = require('./view/CommandAbstract'); |
|
|
import CommandAbstract from './view/CommandAbstract'; |
|
|
|
|
|
|
|
|
describe('Commands', () => { |
|
|
describe('Commands', () => { |
|
|
describe('Main', () => { |
|
|
describe('Main', () => { |
|
|
|