UNPKG

228 BJavaScriptView Raw
1var index = require('../lib/index');
2
3"use strict";
4
5
6exports['Eval properties.'] = function (test) {
7 Object.keys(index).forEach(function (key) {
8 test.ok(key);
9 test.ok(index[key]);
10 });
11 test.done();
12};
\No newline at end of file