mirror of
https://github.com/photoprism/photoprism.git
synced 2025-09-26 12:51:31 +08:00

- 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
4 lines
113 B
JavaScript
4 lines
113 B
JavaScript
module.exports = {
|
|
plugins: [require("postcss-import"), require("postcss-preset-env"), require("cssnano")],
|
|
};
|