Skip to content

Conversation

@hayata-suenaga
Copy link
Contributor

Add a publish config option on wikilink conversion behavior

@hayata-suenaga hayata-suenaga changed the title Feat/add private note config feat(publishing): add private note config Jul 12, 2022
@hayata-suenaga hayata-suenaga changed the title feat(publishing): add private note config feat(publish): add private note config Jul 13, 2022

const stringifiedParams = queryString.stringify({
client_id: GOOGLE_OAUTH_ID,
client_id:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not commit your google client id

describe("AND WHEN noteRef", () => {
describe("AND WHEN noteref of published note", () => {
let resp: VFile;
beforeAll(async () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the reason you are seeing test issues is because beforeAll runs before beforeEach. you'll want to move the config initialization into the beforeAll block

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants