mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix typo in Plugin constructor test
This commit is contained in:
@@ -177,10 +177,10 @@ describe('Plugin', () => {
|
||||
it('should set isPriorityGlobal to passed key\'s value', () => {
|
||||
const plugin = new loot.Plugin({
|
||||
name: 'test',
|
||||
isEmpty: true,
|
||||
isPriorityGlobal: true,
|
||||
});
|
||||
|
||||
plugin.isEmpty.should.be.true();
|
||||
plugin.isPriorityGlobal.should.be.true();
|
||||
});
|
||||
|
||||
it('should set id to the plugins name without spaces', () => {
|
||||
|
||||
Reference in New Issue
Block a user