summaryrefslogtreecommitdiff
path: root/platform/node/test
Commit message (Collapse)AuthorAgeFilesLines
...
* [node] Fix race condition in testsJohn Firebaugh2015-11-181-8/+0
| | | | The message callback races with the rest of this test. We already have tests for errors being emitted from mbgl, so just remove it.
* [node] make ratio optional, default to 1.0Mike Morris2015-11-041-4/+25
|
* [node] enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-11-042-2/+2
| | | | | | This reverts commit 311bf93abe9f815668e8e0a779c87c3eb5c1199d. more explicit require paths in tests
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-281-0/+13
|
* Update test-suiteJohn Firebaugh2015-10-071-1/+1
|
* Install RapidJSON from masonJohn Firebaugh2015-10-011-1/+1
|
* [node] throw if a render is already pending, fixes #2247Mike Morris2015-09-151-6/+2
|
* [node] change request semanticsMike Morris2015-09-102-4/+4
| | | | | Passes a second, callback argument to the request implementation instead of needing to call req.respond.
* Add more tests to check for bufferbsudekum2015-09-041-2/+2
|
* Return raw image buffer instead of an objectbsudekum2015-09-042-6/+4
|
* Consolidate test-suite rendering harnesses (#2236)John Firebaugh2015-09-048-430/+57
|
* move package.json and binding.gyp to root, drop tiles.tilejsonMike Morris2015-09-016-32/+14
|
* Remove debug loggingJohn Firebaugh2015-08-311-7/+0
|
* In still mode, don't load resources until a render request is madeJohn Firebaugh2015-08-311-0/+22
|
* Clean up testsJohn Firebaugh2015-08-311-185/+156
|
* More loggingJohn Firebaugh2015-08-311-0/+5
|
* Always release mapJohn Firebaugh2015-08-311-2/+5
|
* Fix render test scriptJohn Firebaugh2015-08-311-5/+15
|
* fix consecutive.test.js suitePathMike Morris2015-08-281-1/+1
|
* update suitePath in consecutive.test.jsMike Morris2015-08-281-2/+1
|
* local nvm?Mike Morris2015-08-281-8/+1
|
* more logging, don't respond to cancelled requestsMike Morris2015-08-271-2/+8
|
* add request/respond loggingMike Morris2015-08-271-3/+5
|
* use mapbox-gl-test-suite submodule, bump node depsMike Morris2015-08-261-2/+2
|
* migrate style test fixture to v8, handle errors more gracefully in render testMike Morris2015-08-252-25/+31
|
* move node-mbgl to platform/node/ directoryMike Morris2015-08-2111-0/+728