Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Testing

Akash Manjunath edited this page Jan 17, 2017 · 4 revisions

Important files : config file - ./karma.conf.js starting point - ./src/test.ts test folder - ./src/modules/test


Test cases :

  1. Test palette items - checks if the palette items produced from the Parser using the metaschema.json is correct.
  • Technical notes : let testpalette = ["class","attribute"];
  • testpalette contains the palette items which should be produced from the Parser and is used for validating the output of the parser

Clone this wiki locally