File: index.js

package info (click to toggle)
node-webpack 4.43.0-6%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 21,308 kB
  • sloc: javascript: 70,001; makefile: 22
file content (5 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
1
2
3
4
5
it("should have correct properties on the require function", function() {
	expect(__webpack_require__.c).toBeTypeOf("object");
	expect(__webpack_require__.m).toBeTypeOf("object");
	expect(__webpack_require__.p).toBeTypeOf("string");
});