File: require-entry-point.js

package info (click to toggle)
node-webpack 3.5.6-3.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,564 kB
  • sloc: makefile: 18; sh: 5
file content (5 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (4)
1
2
3
4
5
it("should require entry points fine", function() {
	require("./require-entry-point");
	require("./entry-point");
	require("./entry-point2");
});