summaryrefslogtreecommitdiff
path: root/test/common/fixtures.mjs
blob: d6f7f6c092aaa9b49677943e571b324c3162b019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import fixtures from './fixtures.js';

const {
  fixturesDir,
  path,
  fileURL,
  readSync,
  readKey,
} = fixtures;

export {
  fixturesDir,
  path,
  fileURL,
  readSync,
  readKey,
};