Skip to content

Commit 5de4156

Browse files
committed
Streamlined test config
1 parent d21e040 commit 5de4156

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/businessLogic/dateHelper.spec.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import chai from 'chai';
1+
import chai, {should} from 'chai';
22
import DateHelper from './dateHelper';
33

4-
chai.should();
5-
64
describe('Date Helper', () => {
75
describe('getFormattedDateTime', () => {
86
it('returns mm/dd hh:mm:ss formatted time when passed a date', () => {

0 commit comments

Comments
 (0)