mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-25 06:56:56 +02:00
test: enable a few jest eslint rules (#6900)
* test: enable a few jest eslint rules * more
This commit is contained in:
parent
1efc6c6091
commit
aa5a2d4c04
155 changed files with 3644 additions and 3478 deletions
|
@ -23,11 +23,11 @@ const processFixture = (name) => {
|
|||
};
|
||||
|
||||
describe('remove-overridden-custom-properties', () => {
|
||||
test('overridden custom properties should be removed', () => {
|
||||
it('overridden custom properties should be removed', () => {
|
||||
expect(processFixture('normal')).toMatchSnapshot();
|
||||
});
|
||||
|
||||
test('overridden custom properties with `!important` rule should not be removed', () => {
|
||||
it('overridden custom properties with `!important` rule should not be removed', () => {
|
||||
expect(processFixture('important_rule')).toMatchSnapshot();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue