UNPKG

evrythng-scan

Version:

Plugin for evrythng.js that adds Barcode, QR code, Image Recognition and OCR scanning to applications.

13 lines (10 loc) 289 B
/* eslint-env jasmine */ import * as EVTScan from '../../src/evrythng-scan' describe('EVTScan', () => { it('should contain version', () => { expect(EVTScan.version).toBeDefined() }) it('should contain correct version', () => { expect(EVTScan.version).toBe('3.0.0') }) })