Skip to content

Commit

Permalink
reword the test case description
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos committed Apr 13, 2018
1 parent e1de210 commit cff477c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/base/babel-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ test("babel: parameterized computed decorator", () => {
expect(changes).toEqual([{ sum: 6 }, { sum: 7 }, { sum: 9 }])
})

test("computed value should be the same around comparer judged equivalent reassign", () => {
test("computed value should be the same around changing which was considered equivalent", () => {
class TestClass {
@observable c = null
defaultCollection = []
Expand Down

0 comments on commit cff477c

Please sign in to comment.