2025-08-12 13:33:25 +03:00

7 lines
158 B
JavaScript

// nv-is-defined-test.js
Tinytest.add('nv object is defined', function(test) {
test.isNotUndefined(nv, 'nv is undefined at global scope for Meteor');
});