mirror of
https://github.com/danbulant/jose
synced 2026-05-24 12:35:36 +00:00
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
module.exports = {
|
|
files: [
|
|
"test/**/*.test.mjs",
|
|
"test/**/*.test.cjs",
|
|
"test/**/*.test.js",
|
|
],
|
|
};
|