summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/Math.min.js
AgeCommit message (Expand)Author
2020-07-03LibJS: Reorganize tests into subfoldersMatthew Olsson
2020-04-14js/LibJS: Move test functions to pure javascript.Brian Gianforcaro
2020-04-06LibJS: Fix some tests for Math.min()Emanuele Torre
2020-04-06LibJS: Add Math.min()Andreas Kling