summaryrefslogtreecommitdiff
path: root/test/addons-napi
Commit message (Expand)AuthorAgeFilesLines
* test,benchmark,doc: enable dot-notation ruleRuben Bridgewater2018-08-162-3/+2
* n-api: throw when entry point is nullGabriel Schulhof2018-08-163-0/+18
* test: properly tag anonymous namespacesMichael Dawson2018-08-161-1/+1
* n-api: take n-api out of experimentalMichael Dawson2018-08-164-50/+0
* n-api: add more `int64_t` testsKyle Farnung2018-05-011-36/+99
* n-api: back up env before finalizeGabriel Schulhof2018-05-013-5/+31
* n-api: ensure in-module exceptions are propagatedGabriel Schulhof2018-05-012-6/+66
* n-api: bump version of n-api supportedMichael Dawson2018-05-011-2/+2
* n-api: re-write test_make_callbackGabriel Schulhof2018-05-012-12/+11
* n-api: add napi_fatal_exceptionMathias Buus2018-05-014-0/+63
* n-api: separate out async_hooks testGabriel Schulhof2018-05-012-38/+44
* n-api: add missing exception checkingMichael Dawson2018-05-011-1/+14
* n-api,test: add int64 bounds testsKyle Farnung2018-05-012-0/+30
* n-api,test: add a new.target test to addons-napiTaylor Woll2018-05-013-0/+99
* n-api: resolve promise in testGabriel Schulhof2018-05-011-1/+3
* n-api: update reference testGabriel Schulhof2018-05-011-6/+4
* n-api: fix object testGabriel Schulhof2018-05-011-4/+1
* test: remove unnecessary timercjihrig2018-05-011-8/+1
* test: convert new tests to use error typesJack Horton2018-05-011-2/+2
* test: improve error message outputBhavani Shankar2018-05-011-8/+14
* n-api: remove extra reference from testGabriel Schulhof2018-05-011-3/+0
* n-api: add methods to open/close callback scopeMichael Dawson2018-05-015-0/+206
* test: show pending exception error in napi testsBen Wilcox2018-05-011-6/+8
* n-api: change assert ok check to notStrictEqual.Aaron Kau2018-05-011-9/+7
* test: refactor addons-napi/test_exception/test.jsRich Trott2018-05-011-44/+42
* timers: allow Immediates to be unrefedAnatoli Papirovski2018-05-011-0/+9
* test: fixed typos in napi testfurstenheim2018-05-012-8/+8
* n-api: throw RangeError napi_create_typedarray()Jinho Bang2018-05-012-3/+43
* n-api: throw RangeError in napi_create_dataview() with invalid rangeJinho Bang2018-05-012-7/+67
* test: remove ambiguous error messages from test_errorNicholas Drane2018-05-011-34/+12
* test: remove literals that obscure assert messagesRich Trott2018-05-011-4/+3
* test: add unhandled rejection guardbabygoat2018-05-011-1/+10
* n-api: add helper for addons to get the event loopAnna Henningsen2018-01-154-1/+92
* tools: add cpplint rule for NULL usageDaniel Bevenius2018-01-033-0/+5
* test: replace assert.throws with common.expectsErrorLeko2017-12-201-12/+9
* test: use default assertion messagesJohn Byrne2017-12-131-7/+4
* test: add detailed message for assertion failureAttila Gonda2017-12-131-1/+3
* test: improve assert messages in napi exception testPaul Blanche2017-12-131-2/+4
* test: improve error emssage reporting in testNapiRun.jsPaul Ashfield2017-12-131-2/+5
* test: refactor addons-napi/test_promise/test.jska3e2017-12-131-14/+17
* test: include actual value in assertion messageMatthew Cantelon2017-10-311-1/+1
* test: improve message for assert.strictEqual()Jayson D. Henkel2017-10-231-2/+1
* n-api: check against invalid handle scope usageAnna Henningsen2017-10-182-7/+5
* n-api: use module name macroMichael Dawson2017-10-172-2/+2
* test: remove redundant error messagesChristina Chan2017-10-171-6/+2
* n-api,test: use module name macroGabriel Schulhof2017-10-171-1/+1
* test: cleaned up assert messagesmrgorbo2017-10-171-4/+2
* test: fix race condition in addon testKinnan Kwok2017-10-111-41/+30
* test: remove template literalEmily Ford2017-10-111-22/+10
* n-api: add check for large stringsMichael Dawson2017-10-112-0/+19