Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit dfbc228

Browse files
committed
Renumber tests
1 parent feac8f7 commit dfbc228

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/11-custom-extractors.test.js renamed to tests/13-custom-extractors.test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ const css = `
1818
@tailwind components;
1919
@tailwind utilities;
2020
`
21-
const expectedPath = path.resolve(__dirname, './11-custom-extractors.test.css')
21+
const expectedPath = path.resolve(__dirname, './13-custom-extractors.test.css')
2222
const expected = fs.readFileSync(expectedPath, 'utf8')
2323

2424
test('defaultExtractor', () => {
2525
let config = {
2626
purge: {
27-
content: [path.resolve(__dirname, './11-custom-extractors.test.html')],
27+
content: [path.resolve(__dirname, './13-custom-extractors.test.html')],
2828
options: {
2929
defaultExtractor: customExtractor,
3030
},
@@ -42,7 +42,7 @@ test('defaultExtractor', () => {
4242
test('extractors array', () => {
4343
let config = {
4444
purge: {
45-
content: [path.resolve(__dirname, './11-custom-extractors.test.html')],
45+
content: [path.resolve(__dirname, './13-custom-extractors.test.html')],
4646
options: {
4747
extractors: [
4848
{

0 commit comments

Comments
 (0)