1.3.1 • Published 2 years ago
long-princess v1.3.1
This package is only for test and learning purpose
包昵称:龙公主
COMPLETE: 1. 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;
});