UNPKG

source-pane

Version:

Solid-compatible Panes: Source editor

9 lines (8 loc) 230 B
module.exports = { testEnvironment: 'jsdom', testEnvironmentOptions: { customExportConditions: ['node'] }, setupFilesAfterEnv: ["./jest.setup.js"], transformIgnorePatterns: ["/node_modules/(?!lit-html).+\\.js"], }