Skip to content

Commit dba5043

Browse files
authored
Ensure all built-in plugins have tests (#11618)
* move `preflight` tests to `plugins` test folder * move `container` tests to `plugins` test folder * add a test that ensures that all built-in plugins have tests This is based on a few assumptions: 1. All plugins exist in the `corePlugins.js` file and are exported as `corePlugins` 2. Each exported plugin in that object has a file with a corresponding name in the current (`tests/plugins/`) folder * add dedicated plugin tests in the `plugins` folder * add a test that ensures that all built-in variant plugins have tests This is based on a few assumptions: 1. All variant plugins exist in the `corePlugins.js` file and are exported as `variantPlugins` 2. Each exported plugin in that object has a file with a corresponding name in the current (`tests/plugins/variants/`) folder * add dedicated variant plugin tests in the `plugins/variants` folder * cleanup basic usage test * move existing animation tests to animation plugin tests * move `apply-important-selector` tests to more appropriate location
1 parent 6eed8cb commit dba5043

File tree

249 files changed

+614205
-1548
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+614205
-1548
lines changed

tests/util/apply-important-selector.test.js renamed to tests/apply-important-selector.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { applyImportantSelector } from '../../src/util/applyImportantSelector'
1+
import { applyImportantSelector } from '../src/util/applyImportantSelector'
22

33
it.each`
44
before | after

0 commit comments

Comments
 (0)