long-princess
v1.3.1
Published
class project to learn how to npm
Downloads
3
Readme
This package is only for test and learning purpose
包昵称:龙公主
COMPLETE:
- Tester is done. You can use the follow code snippet to test the tester
// reference tester.test.js file for more examples
expect(getVal).toChange({ from: 1, to: 2 }).after(() => {
store.val = 2;
});