File: common.js

package info (click to toggle)
node-expect.js 0.3.1%2Bdfsg%2B~0.3.29-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: javascript: 1,234; makefile: 17
file content (7 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7

/*!
 * Common test dependencies.
 */

// expose the globals that are obtained through `<script>` on the browser
expect = require('../expect')