Skip to content
This repository was archived by the owner on Jan 18, 2019. It is now read-only.

Commit bb587d4

Browse files
Tema 2.start-here. Correct small typo in the OptionsStack's tests
1 parent c50cb81 commit bb587d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es/02-javascript/02-practica/start-here/spec/OptionsStack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ xdescribe('OptionsStack type', function () {
3939
expect(optionsStack.current).toBe(group);
4040
});
4141

42-
it('adds an options group by assigning a object to current.', function () {
42+
it('adds an options group by assigning an object to current.', function () {
4343
var group = { a: 1, b: 2};
4444
optionsStack.current = group;
4545
expect(MockOptions).toHaveBeenCalledWith(group);

0 commit comments

Comments
 (0)