Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(publish): add private note config #3226

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

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
@@ -44,7 +43,8 @@ export const launchGoogleOAuthFlow = async (id?: string) => {
);

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.

None yet

2 participants