Skip to content

Commit 6319a0c

Browse files
committed
Update dependencies
1 parent 53b4774 commit 6319a0c

File tree

3 files changed

+2071
-2025
lines changed

3 files changed

+2071
-2025
lines changed

jest-setup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ global.runTest = function runTest(input, opts, dirname) {
4444

4545
try {
4646
inputCSS = fs.readFileSync(inputPath, 'utf8');
47-
} catch (error) {
47+
} catch {
4848
fs.writeFileSync(inputPath, inputCSS);
4949
}
5050

5151
try {
5252
expectCSS = fs.readFileSync(expectPath, 'utf8');
53-
} catch (error) {
53+
} catch {
5454
fs.writeFileSync(expectPath, expectCSS);
5555
}
5656

0 commit comments

Comments
 (0)