Codebase list node-rollup-plugin-commonjs / 41f936d
Fix merge Gbp-Dch: ignore Xavier Guimard 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1414 + assert.ok(
1515 + error.message.match(new RegExp(
1616 + '^' + `'named' is not exported by samples${path.sep}reexport${path.sep}reexport.js`
17 + ));
17 + ))
1818 );
1919 }
2020 });