Skip to content

Conversation

@JHWelch
Copy link
Contributor

@JHWelch JHWelch commented Feb 8, 2026

Added a typescript type check based on discussions in #140 and the style of the Unit tests in #141

"test": "node --run test:fixtures && node --run lint && node --run golden:check && node --run schemas:check && node --run test:unit && node --run test:types && node --run test:spelling",
"test:unit": "node --test scripts/**/__tests__/**/*.test.js",
"test:spelling": "cspell .",
"test:types": "tsc --noEmit",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tsc is the TypeScript Compiler. "noEmit" just does the type checks without actually "emitting" the JavaScript. "noEmit" is set to true in the tsconfig.json, so it will run in this mode by default but no reason not to be explicit here.

@KristjanESPERANTO KristjanESPERANTO merged commit 2c4d007 into MagicMirrorOrg:main Feb 9, 2026
3 checks passed
@KristjanESPERANTO
Copy link
Collaborator

Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants