From c08c3df9c45186e5136bccf9c9a44b1b5b7d14ec Mon Sep 17 00:00:00 2001 From: Martin Stamm Date: Thu, 24 Aug 2023 13:42:27 +0200 Subject: [PATCH] chore(build): do not re-export `properties-panel.css` --- rollup.config.mjs | 1 - test/distro/distroSpec.js | 9 --------- 2 files changed, 10 deletions(-) diff --git a/rollup.config.mjs b/rollup.config.mjs index ba994475e..4ba06865b 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -46,7 +46,6 @@ export default [ plugins: pgl([ copy({ targets: [ - { src: 'node_modules/@bpmn-io/properties-panel/assets/**/*.css', dest: 'dist/assets' }, { src: 'assets/*.css', dest: 'dist/assets' } ] }) diff --git a/test/distro/distroSpec.js b/test/distro/distroSpec.js index 62928f6f8..6b5ea4564 100644 --- a/test/distro/distroSpec.js +++ b/test/distro/distroSpec.js @@ -13,15 +13,6 @@ describe('modules', function() { }); - -describe('assets', function() { - - - it('should expose properties panel styles', verifyExists('assets/properties-panel.css')); - - -}); - function verifyExists(relativePath) { return function() {