summaryrefslogtreecommitdiff
path: root/test/addons-napi
AgeCommit message (Expand)Author
2018-02-16test,benchmark,doc: enable dot-notation ruleRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-02-14test: remove unnecessary timercjihrig
2018-02-10test: convert new tests to use error typesJack Horton
2018-02-08test: properly tag anonymous namespacesMichael Dawson
2018-02-07test: improve error message outputBhavani Shankar
2018-02-05n-api: remove extra reference from testGabriel Schulhof
2018-02-05n-api: add methods to open/close callback scopeMichael Dawson
2018-02-01test: show pending exception error in napi testsBen Wilcox
2018-01-31n-api: change assert ok check to notStrictEqual.Aaron Kau
2018-01-26test: refactor addons-napi/test_exception/test.jsRich Trott
2018-01-25Revert "build,test: make building addon tests less fragile"Rod Vagg
2018-01-21build,test: make building addon tests less fragileBen Noordhuis
2018-01-18timers: allow Immediates to be unrefedAnatoli Papirovski
2018-01-17test: fixed typos in napi testfurstenheim
2018-01-16n-api: throw RangeError napi_create_typedarray()Jinho Bang
2018-01-09n-api: throw RangeError in napi_create_dataview() with invalid rangeJinho Bang
2017-12-25test: remove ambiguous error messages from test_errorNicholas Drane
2017-12-14test: remove literals that obscure assert messagesRich Trott
2017-12-12test: add unhandled rejection guardbabygoat
2017-12-06doc: use American spellings per style guideRich Trott
2017-12-05test: replace assert.throws with common.expectsErrorLeko
2017-12-01tools: add cpplint rule for NULL usageDaniel Bevenius
2017-11-22assert: use Object.is comparison in .strictEqualRuben Bridgewater
2017-11-21n-api: add helper for addons to get the event loopAnna Henningsen
2017-11-13test: refactor addons-napi/test_promise/test.jska3e
2017-11-08test: improve error emssage reporting in testNapiRun.jsPaul Ashfield
2017-11-08test: improve assert messages in napi exception testPaul Blanche
2017-11-07test: add detailed message for assertion failureAttila Gonda
2017-11-06test: use default assertion messagesJohn Byrne
2017-10-29test: include actual value in assertion messageMatthew Cantelon
2017-10-22test: improve message for assert.strictEqual()Jayson D. Henkel
2017-10-18n-api: check against invalid handle scope usageAnna Henningsen
2017-10-15n-api: use module name macroMichael Dawson
2017-10-14test: remove redundant error messagesChristina Chan
2017-10-13n-api,test: use module name macroGabriel Schulhof
2017-10-11test: cleaned up assert messagesmrgorbo
2017-10-09test: fix race condition in addon testKinnan Kwok
2017-10-08test: remove template literalEmily Ford
2017-09-29n-api: add check for large stringsMichael Dawson
2017-09-24n-api: fix warning about size_t compare with intSampson Gao
2017-09-19n-api: remove n-api module loading flagGabriel Schulhof
2017-09-18n-api: add optional string length parametersSampson Gao
2017-09-14n-api: napi_is_construct_call->napi_get_new_targetSampson Gao
2017-09-14n-api: Context for custom async operationsJason Ginchereau
2017-09-14n-api: refactor napi_addon_register_funcTaylor Woll
2017-09-14n-api: change async resource name to napi_valueJason Ginchereau
2017-09-14n-api: use AsyncResource for Work trackingAnna Henningsen
2017-09-13n-api: stop creating references to primitivesGabriel Schulhof
2017-09-10n-api: implement napi_run_scriptGabriel Schulhof