9 lines
184 B
JavaScript
9 lines
184 B
JavaScript
'use babel';
|
|
|
|
import OrderthingsView from '../lib/orderthings-view';
|
|
|
|
describe('OrderthingsView', () => {
|
|
it('has one valid test', () => {
|
|
expect('life').toBe('easy');
|
|
});
|
|
});
|