Skip to content

Commit 77ad3c3

Browse files
committed
fix(testing): Testing commits
1 parent fcf8ae1 commit 77ad3c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/actions.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import { setLocale } from '../src/actions'
66
import { REDUX_LANG_SET_LOCALE } from '../src/actionTypes'
77

88
describe('actions', () => {
9+
// it('should expect 1 + 1 to be 3', () => {
10+
// expect(1 + 1).to.eql(3)
11+
// })
912
it('should return the correct action creator objects', () => {
1013
const action = {
1114
type: REDUX_LANG_SET_LOCALE,

0 commit comments

Comments
 (0)