We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2ff57 commit efb7cf3Copy full SHA for efb7cf3
1 file changed
test/index.test.js
@@ -61,7 +61,7 @@ describe('fixtures', () => {
61
const dist = resolve(`${fixturePath}/dist`);
62
const files = fs.readdirSync(resolve(dist));
63
expect(files.length).toMatchSnapshot();
64
- // we don't realy care about the content of a sourcemap
+ // we don't really care about the content of a sourcemap
65
files
66
.filter(
67
file =>
0 commit comments