UNPKG

openrosa-xpath-evaluator

Version:

Wrapper for browsers' XPath evaluator with added support for OpenRosa extensions.

8 lines (5 loc) 267 B
// see: https://github.com/ryanclark/karma-webpack#alternative-usage // require all modules ending in ".spec" from the // current directory and all subdirectories const testsContext = require.context('.', true, /.spec$/); testsContext.keys().forEach(testsContext);