Skip to content

Commit

Permalink
test: fix readdirp import
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Dec 8, 2024
1 parent 4e79ab3 commit d0b9215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/copyright.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2017-2023 Smart code 203358507

const fs = require('fs');
const readdirp = require('readdirp');
const { default: readdirp} = require('readdirp');

const COPYRIGHT_HEADER = /^\/\/ Copyright \(C\) 2017-\d{4} Smart code 203358507.*/;

Expand Down

0 comments on commit d0b9215

Please sign in to comment.