Skip to content

Commit

Permalink
Update __tests__/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored May 17, 2023
1 parent 5bb4e3d commit a6ed9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';

const config = require('../');
const fs = require('fs');
const stylelint = require('stylelint');
const config = require('../index.js');

const validScss = fs.readFileSync('./__tests__/valid.scss', 'utf-8');
const invalidScss = fs.readFileSync('./__tests__/invalid.scss', 'utf-8');
Expand Down

0 comments on commit a6ed9e3

Please sign in to comment.