mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-24 07:11:48 +00:00
style(tests): use single quotes
This commit is contained in:
@@ -6,7 +6,7 @@ const NToken = require('../lib/deciphers/NToken');
|
||||
const Signature = require('../lib/deciphers/Signature');
|
||||
const Constants = require('./constants');
|
||||
|
||||
describe("YouTube.js Tests", () => {
|
||||
describe('YouTube.js Tests', () => {
|
||||
beforeAll(async () => {
|
||||
this.session = await new Innertube();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user