Skip to content

Commit cff32d7

Browse files
test: rephrase description (#161)
1 parent 2f5ccaa commit cff32d7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

test/CompressionPlugin.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('CompressionPlugin', () => {
2525
);
2626
});
2727

28-
it('should works (without options)', async () => {
28+
it('should work (without options)', async () => {
2929
new Plugin().apply(compiler);
3030

3131
const stats = await compile(compiler);

test/__snapshots__/CompressionPlugin.test.js.snap.webpack4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`CompressionPlugin should works (without options): assets 1`] = `
3+
exports[`CompressionPlugin should work (without options): assets 1`] = `
44
Array [
55
Array [
66
"09a1a1112c577c2794359715edfcb5ac.png",
@@ -33,6 +33,6 @@ Array [
3333
]
3434
`;
3535

36-
exports[`CompressionPlugin should works (without options): errors 1`] = `Array []`;
36+
exports[`CompressionPlugin should work (without options): errors 1`] = `Array []`;
3737

38-
exports[`CompressionPlugin should works (without options): warnings 1`] = `Array []`;
38+
exports[`CompressionPlugin should work (without options): warnings 1`] = `Array []`;

test/__snapshots__/CompressionPlugin.test.js.snap.webpack5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`CompressionPlugin should works (without options): assets 1`] = `
3+
exports[`CompressionPlugin should work (without options): assets 1`] = `
44
Array [
55
Array [
66
"09a1a1112c577c2794359715edfcb5ac.png",
@@ -33,6 +33,6 @@ Array [
3333
]
3434
`;
3535

36-
exports[`CompressionPlugin should works (without options): errors 1`] = `Array []`;
36+
exports[`CompressionPlugin should work (without options): errors 1`] = `Array []`;
3737

38-
exports[`CompressionPlugin should works (without options): warnings 1`] = `Array []`;
38+
exports[`CompressionPlugin should work (without options): warnings 1`] = `Array []`;

0 commit comments

Comments
 (0)