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

fix: fix history state #60

Merged
merged 3 commits into from
Feb 17, 2022
Merged

fix: fix history state #60

merged 3 commits into from
Feb 17, 2022

Conversation

daybrush
Copy link
Member

#59

package.json Outdated
@@ -16,6 +16,7 @@
"lint": "eslint src",
"jsdoc": "rm -rf ./doc && jsdoc -c jsdoc.json",
"coverage": "karma start --coverage",
"test:node": "node ./dist/persist.js",
Copy link
Contributor

Choose a reason for hiding this comment

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

There seems to be confusion because the term test is generally used as a command or prefix to run unit/e2e test.
The purpose is to simply determine whether there is a problem with initialization when the module is executed in node env.
I think names like simulate:node, emulate:node would be more appropriate.

Copy link
Member

@WoodNeck WoodNeck left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@malangfox malangfox left a comment

Choose a reason for hiding this comment

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

LGTM

@daybrush daybrush merged commit c77b113 into naver:master Feb 17, 2022
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.

4 participants