Skip to content

Commit

Permalink
ensuring the string is the right format
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Dec 16, 2019
1 parent 064a12a commit 53b77ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.js
Expand Up @@ -9,3 +9,4 @@ shimbol = require('../cjs');

console.assert(shimbol() !== shimbol());
console.assert(typeof shimbol() === 'string');
console.assert(/^__\d+\.\d+$/.test(shimbol()));

0 comments on commit 53b77ad

Please sign in to comment.