Files
photoprism/frontend/postcss.config.js
Ömer Duran 4f04ffe133 Frontend: Integrate Vitest test framework #4990
- Includes fixtures and mocks system for API and models as well as npm scripts for running tests, watch mode, coverage and UI
- Adds test setup with JSDOM environment and utility function tests
- Converts marker model tests from Mocha/Chai to Vitest
2025-05-06 16:18:39 +02:00

4 lines
113 B
JavaScript

module.exports = {
plugins: [require("postcss-import"), require("postcss-preset-env"), require("cssnano")],
};