File: common.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 (8 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
var typeofLibrary2 = typeof library2;

describe("library2", function() {
	it("should run before main", function() {
		expect(typeofLibrary2).toBe("undefined");
	});
});
exports.library2common = { ok2: true };