mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
use single quote
This commit is contained in:
parent
6f202f0637
commit
c17e8b458c
@ -10,7 +10,7 @@ if (Utils.isNode) {
|
||||
(global as any).DOMParser = new jsdom.JSDOM().window.DOMParser;
|
||||
}
|
||||
|
||||
const TestData: string = `***aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee***\n` +
|
||||
const TestData: string = '***aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee***\n' +
|
||||
JSON.stringify({
|
||||
uuid: 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',
|
||||
updatedAt: 1486071244,
|
||||
|
Loading…
Reference in New Issue
Block a user