Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 298285f

Browse files
committed
🔀 Auto Merge with git pull
2 parents 249f7f1 + c49d7e4 commit 298285f

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ See also the list of [contributors](https://github.com/arguiot/DisplayJS/contrib
8282

8383
## License
8484

85-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
85+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
8686

8787
Copyright © 2017 Arthur Guiot All Rights Reserved.

__test__/test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ eye.describe("Math part", () => {
4343
)
4444
eye.test("$.math", "node",
4545
$ => $(djs.math.mul(djs.math.div(1, 3), 6)).Equal(2),
46-
$ => $(djs.math.add(0.2, 0.4)).Equal(0.6)
46+
$ => $(djs.math.add(0.2, 0.4)).Equal(0.6),
47+
$ => $(djs.math.sub(6.3, 2.1)).Equal(4.2),
48+
$ => $(djs.math.div(45, 3)).Equal(15)
4749
)
4850
})
4951
eye.test("DOM", "browser", __testDir + "dom.html")

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)