azure-cosmos-js/browser-test.js

3 строки
91 B
JavaScript

const tests = require.context("./lib/", true, /\.spec\.js$/);
tests.keys().forEach(tests);