File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ const css = `
18
18
@tailwind components;
19
19
@tailwind utilities;
20
20
`
21
- const expectedPath = path . resolve ( __dirname , './11 -custom-extractors.test.css' )
21
+ const expectedPath = path . resolve ( __dirname , './13 -custom-extractors.test.css' )
22
22
const expected = fs . readFileSync ( expectedPath , 'utf8' )
23
23
24
24
test ( 'defaultExtractor' , ( ) => {
25
25
let config = {
26
26
purge : {
27
- content : [ path . resolve ( __dirname , './11 -custom-extractors.test.html' ) ] ,
27
+ content : [ path . resolve ( __dirname , './13 -custom-extractors.test.html' ) ] ,
28
28
options : {
29
29
defaultExtractor : customExtractor ,
30
30
} ,
@@ -42,7 +42,7 @@ test('defaultExtractor', () => {
42
42
test ( 'extractors array' , ( ) => {
43
43
let config = {
44
44
purge : {
45
- content : [ path . resolve ( __dirname , './11 -custom-extractors.test.html' ) ] ,
45
+ content : [ path . resolve ( __dirname , './13 -custom-extractors.test.html' ) ] ,
46
46
options : {
47
47
extractors : [
48
48
{
You can’t perform that action at this time.
0 commit comments