mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
test: fix readdirp import
This commit is contained in:
parent
4e79ab3e6a
commit
d0b9215d61
1 changed files with 1 additions and 1 deletions
|
|
@ -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.*/;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue