[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[nodeJS] index

Tests to validate NodeJS framework API.

How to run this tests for nodeJS with JX8

NoteTo detect platform where the system is running evaluate:
NodeJS process platform

Test pages


How NodeJS tests execution looks like?


Index chunks

"Evaluating first chunk of the nodeJS test set"
self print: '// evaluating... test[nodeJS] index'.

(Smalltalk includesKey: #Smalltalk) ifFalse: [
    self print: 'Require s8 execution environment.'.
    self abort
].
(Smalltalk includesKey: #NodeJS) ifFalse: [
    self print: 'Require NodeJS framework.'.
    self abort
].