UNPKG

@aller/blink

Version:

A library for tracking user behaviour.

10 lines (8 loc) 306 B
import { VERSION } from '../config/config'; // @ts-ignore import * as packageData from '../../package.json'; describe('Verify version string with project-version', () => { it('Version in config should be same as package.json version', () => { expect(VERSION).toEqual(packageData.version); }); });