- run the following git command to initalize the sass-spec sub module
```
git submodule init;
git submodule update;
```
- run `npm run compat` to execute the compatibility tests
- run `npm run compatCoverage` to execute compatibility tests with code coverage
  - coverage will be generated to the .coverage folder