This file is indexed.

/usr/lib/nodejs/test/test/index.js is in node-test 0.6.0-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
"use strict";

exports["test fail fast"] = require("./fail-fast")
exports["test async"] = require("./async")
exports["test assertions"] = require("./assert")
exports["test custom `Assert`'s"] = require("./custom-asserts")

require("../test").run(exports)