summaryrefslogtreecommitdiff
path: root/test/addons-napi
AgeCommit message (Expand)Author
2018-06-29n-api: add API for asynchronous functionsGabriel Schulhof
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-06n-api: back up env before async work finalizeGabriel Schulhof
2018-05-23n-api: throw when entry point is nullGabriel Schulhof
2018-05-18test: add eslint rule to verify assertion inputRuben Bridgewater
2018-05-10src: add environment cleanup hooksAnna Henningsen
2018-05-05test: fix up N-API error testGabriel Schulhof
2018-05-03n-api: make test_error functions staticGabriel Schulhof
2018-05-02n-api: test and doc napi_throw() of a primitiveGabriel Schulhof
2018-04-26n-api: remove unused Test functionDaniel Bevenius
2018-04-26n-api,test: remove superfluous persistentGabriel Schulhof
2018-04-26n-api,test: make method staticGabriel Schulhof
2018-04-25n-api,test: make methods staticGabriel Schulhof
2018-04-25test,n-api: re-write test_error in CGabriel Schulhof
2018-04-23n-api: initialize a module via a special symbolGabriel Schulhof
2018-04-08n-api: add more `int64_t` testsKyle Farnung
2018-04-03n-api: back up env before finalizeGabriel Schulhof
2018-03-27n-api: ensure in-module exceptions are propagatedGabriel Schulhof
2018-03-27n-api: bump version of n-api supportedMichael Dawson
2018-03-21n-api: re-write test_make_callbackGabriel Schulhof
2018-03-20n-api: add napi_fatal_exceptionMathias Buus
2018-03-19n-api: separate out async_hooks testGabriel Schulhof
2018-03-16n-api: add missing exception checkingMichael Dawson
2018-03-15n-api,test: add int64 bounds testsKyle Farnung
2018-03-14n-api: take n-api out of experimentalMichael Dawson
2018-03-12n-api,test: add a new.target test to addons-napiTaylor Woll
2018-03-11n-api: resolve promise in testGabriel Schulhof
2018-03-04n-api: update reference testGabriel Schulhof
2018-03-02n-api: fix object testGabriel Schulhof
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