Skip to content

Commit 4016bb7

Browse files
committed
trying windows ia GH actions
1 parent a0aa577 commit 4016bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ describe('Functional tests using webpack', function() {
152152
});
153153
});
154154

155-
it('Check manifest.json with node_module includes', (done) => {
155+
it.only('Check manifest.json with node_module includes', (done) => {
156156
const config = createWebpackConfig('web/build', 'dev');
157157
config.addEntry('main', './js/import_node_modules_image');
158158
config.setPublicPath('/build');

0 commit comments

Comments
 (0)