summaryrefslogtreecommitdiff
path: root/test/fixtures/apilinks/reverse.js
blob: 5a61e50dc2758101c511aa486f6fda200be61338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict';

// Parallel assignment to the exported variable and module.exports.

function ok() {
}

const asserts = module.exports = ok;

asserts.ok = ok;

asserts.strictEqual = function() {
}