#!/bin/sh

set -eu

nodejs -e "x = require('uuid'); assert(x.v1().length == 36); assert(x.v4().length == 36);"
