// this file is part of the test suite for the script-canvas project // we use the mocha test framework and the chai assertion library // // to run the tests, run the following command from the root of the project: // npm test // // to run the tests in watch mode, run the following command from the root of the project: // npm run test:watch // // to run the tests in debug mode, run the following command from the root of the project: // npm run test:debug //