Skip to content

Commit 4f5abd8

Browse files
committed
Update test name
1 parent b84512d commit 4f5abd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebpackConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe('WebpackConfig object', () => {
9898
expect(config.publicPath).to.equal('https://example.com/');
9999
});
100100

101-
it('foo/ throws an exception', () => {
101+
it('You can omit the opening slash, but get a warning', () => {
102102
const config = createConfig();
103103
config.setPublicPath('foo');
104104

0 commit comments

Comments
 (0)