Logo
Explore Help
Sign In
actions/setup-helm
1
Fork 0
You've already forked setup-helm
mirror of https://github.com/Azure/setup-helm.git synced 2026-05-07 14:21:14 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
1e2e44e1bc62e2e45b044e122da904923b5b09d1
setup-helm/vitest.config.ts

11 lines
197 B
TypeScript
Raw Normal View History

Migrate to ESM with esbuild/vitest and upgrade to node24 (#260) - Add "type": "module" to package.json for ESM support - Replace ncc with esbuild for bundling (with createRequire banner for CJS compat) - Replace jest/ts-jest with vitest for testing - Upgrade @actions/core to ^3.0.0, @actions/exec to ^3.0.0, @actions/io to ^3.0.2, @actions/tool-cache to 4.0.0 (ESM-only versions) - Update tsconfig.json to use NodeNext module resolution - Convert all tests to use vi.mock() factory pattern for ESM-only module compatibility - Update action.yml runtime from node20 to node24 - Bump version from 4.3.1 to 5.0.0 (major version bump for breaking node runtime change)
2026-03-24 13:46:19 -04:00
import {defineConfig} from 'vitest/config'
export default defineConfig({
test: {
globals: true,
environment: 'node',
include: ['**/*.test.ts'],
clearMocks: true
}
})
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 533ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API