release: v2.33.1 - Production build and packaging

This commit is contained in:
g1nation
2026-05-01 18:04:56 +09:00
parent c366a041c5
commit 250c998293
5 changed files with 258 additions and 44 deletions
+3
View File
@@ -3,6 +3,9 @@ module.exports = {
testEnvironment: 'node',
testMatch: ['**/tests/**/*.test.ts'],
moduleFileExtensions: ['ts', 'js'],
moduleNameMapper: {
'^vscode$': '<rootDir>/tests/mocks/vscode.js',
},
transform: {
'^.+\\.ts$': 'ts-jest',
},