UNPKG

microsoft-computer-vision

Version:

A simple but comprehensive NodeJS library for Microsoft Computer Vision API

8 lines (5 loc) 169 B
import { expect } from 'chai'; import { addPath } from 'app-module-path'; import path from 'path'; global.expect = expect; addPath(path.resolve(__dirname, '../lib'));