summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/test-common.js
AgeCommit message (Expand)Author
2022-03-20LibJS: Allow 'expect().fail("some random string")' in test-jsAli Mohammad Pur
2022-03-16LibTest: Provide detailed per-file JSON output with --per-fileAli Mohammad Pur
2022-02-23LibJS: Print the expected and received value on expect.toEqual() failureAli Mohammad Pur
2022-02-16LibJS: Implement the Number::remainder AO using fmodAnonymous
2022-02-10LibJS: Fix Map Iterators when elements are deleted during iterationdavidot
2021-11-30LibJS: Add messages to the toEval and toEvalTo testsdavidot
2021-07-06LibJS: Fix runaway let scope when parsing for-in/of statementsHendi
2021-06-28LibJS/Tests: Fix toBeFalse() details prefixLinus Groh
2021-06-27LibJS/Tests: Improve valueToString() outputLinus Groh
2021-06-18LibJS/Tests: Use eval() for toEvalTo(), not Function()Linus Groh
2021-06-16LibJS/Tests: Use Object.prototype.toString() for values in test detailsLinus Groh
2021-06-09LibJS: Add the Set built-in objectIdan Horowitz
2021-06-04LibJS/Tests: Catch exceptions in describe() itselfAli Mohammad Pur
2021-05-13LibJS/Tests: Add details for toBeTrue() / toBeFalse() expectation errorLinus Groh
2021-05-13LibJS/Tests: Add details for toThrowWithMessage did-not-throw caseLinus Groh
2021-05-13LibJS/Tests: Add prefix to toThrowWithMessage expectation error detailsLinus Groh
2021-05-11LibJS/Tests: Add details for toThrowWithMessage() expectation errorLinus Groh
2021-05-05LibJS/Tests: Use hasOwnProperty() for duplicate test checkLinus Groh
2021-04-23LibJS/Tests: Remove fileName and lineNumber args from ExpectationErrorLinus Groh
2021-04-23LibJS/Tests: Improve expectation error detailsLinus Groh
2021-03-31LibJS: Provide 'details' key in results object for duplicate testLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling