UNPKG

usehope

Version:

The open source application that encourages blood donation, informing the nearest donation places, connecting you to those who need help.

8 lines (6 loc) 177 B
const test = require('ava') const pkg = require('./package.json') const pkgLock = require('./package-lock.json') test('version', t => { t.is(pkg.version, pkgLock.version) })