Skip to content

Conversation

@stephen-carter-at-sf
Copy link
Contributor

No description provided.

"scripts": {
"build": "tsc --build tsconfig.build.json --verbose",
"test": "jest --coverage",
"test": "tsc --build tsconfig.json --noEmit && jest --coverage",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry for all the noise in the tests. I had to update a bunch of tests since it turns out that Josh's last change failed to make the tests compile. jest doesn't attempt to do any compile when it executes... so I'm adding in a --noEmit bit before running our tests so we don't miss this anymore.

@stephen-carter-at-sf stephen-carter-at-sf force-pushed the sc/W-19397345 branch 3 times, most recently from fc3529f to f487345 Compare September 9, 2025 21:42
@stephen-carter-at-sf stephen-carter-at-sf marked this pull request as ready for review September 9, 2025 21:43
@stephen-carter-at-sf stephen-carter-at-sf marked this pull request as draft September 10, 2025 13:27
@stephen-carter-at-sf stephen-carter-at-sf marked this pull request as ready for review September 10, 2025 14:15
@@ -1,20 +1,6 @@
import * as tmp from 'tmp';
Copy link
Contributor

Choose a reason for hiding this comment

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

Can tmp be removed as a dependency in this package now? I see we also have the types in the eslint engine and I'm not sure we need those either:
Screenshot 2025-09-10 at 11 46 54 AM

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nice catch. Fixed!

@stephen-carter-at-sf stephen-carter-at-sf merged commit 0c8f46f into dev Sep 10, 2025
7 checks passed
@stephen-carter-at-sf stephen-carter-at-sf deleted the sc/W-19397345 branch September 10, 2025 18:29
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.

3 participants