Skip to content

Commit

Permalink
~ 问题本质
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Oct 26, 2016
1 parent 9361d62 commit 5c2c63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.index.js
Expand Up @@ -53,9 +53,9 @@ describe('测试文件', function () {
}
});

expect(ret1.width).toEqual('100.00px');
expect(ret1.width).toEqual('100px');
expect(ret2.key).toEqual('width');
expect(ret2.val).toEqual('100.00px');
expect(ret2.val).toEqual('100px');
console.log(ret3);

if (ret3.transform || ret3['-webkit-transform']) {
Expand Down

0 comments on commit 5c2c63e

Please sign in to comment.