orderthings-view-spec.js 184 B

123456789
  1. 'use babel';
  2. import OrderthingsView from '../lib/orderthings-view';
  3. describe('OrderthingsView', () => {
  4. it('has one valid test', () => {
  5. expect('life').toBe('easy');
  6. });
  7. });