diff --git a/tests/index.js b/tests/index.js index e09e086..bae1cb4 100644 --- a/tests/index.js +++ b/tests/index.js @@ -1,3 +1,7 @@ 'use strict' -const intval = require('../lib/intval') \ No newline at end of file +const intval = require('../lib/intval') + +setTimeout(() => { + intval.frame() +}, 3000) \ No newline at end of file