Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 8 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | import { assert } from 'chai'; |
||
2 | import entry from '../entry'; |
||
3 | |||
4 | suite('Generators: password'); |
||
5 | |||
6 | test('password', function () { |
||
7 | assert.exists(entry.password()); |
||
8 | }); |
||
9 |