mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[misc] test/unit: KeybuilderTests: use a unique suite label
This commit is contained in:
parent
54e3b57772
commit
94b8a7f891
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const SandboxedModule = require('sandboxed-module')
|
|||
|
||||
const modulePath = '../../../app/js/KeyBuilder.js'
|
||||
|
||||
describe('LocalFileWriter', function() {
|
||||
describe('KeybuilderTests', function() {
|
||||
let KeyBuilder
|
||||
const key = 'wombat/potato'
|
||||
|
||||
|
|
Loading…
Reference in a new issue