-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
base: master
Are you sure you want to change the base?
Conversation
@@ -44,7 +43,8 @@ export const launchGoogleOAuthFlow = async (id?: string) => { | |||
); | |||
|
|||
const stringifiedParams = queryString.stringify({ | |||
client_id: GOOGLE_OAUTH_ID, | |||
client_id: |
There was a problem hiding this comment.
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 () => { |
There was a problem hiding this comment.
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
Add a publish config option on wikilink conversion behavior