[@types/scryptsy] Change import statement in test file

This commit is contained in:
Mick Charuwichitratana
2017-12-24 11:45:09 +07:00
parent ebab4eed1c
commit 2ec048ca71

View File

@@ -1,4 +1,4 @@
import * as scrypt from 'scryptsy';
import scrypt = require('scryptsy');
const key = 'TheKey';
const salt = 'Salty';