Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 382 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 382 Bytes

wemanity_test

To run file :

Prerequisite:

-install nodejs if not installed
    https://nodejs.org/en/
-install Typescript if not installed    
    open CMD and run : "npm install -g typescript"

Compile ts files:

In CMD run :
    "tsc golden-master-text-test.ts"

Run test :

In CMD run :
    "node golden-master-text-test.js"