-
-
Notifications
You must be signed in to change notification settings - Fork 919
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: migrate system #90
Conversation
0e7e1ba
to
64b8db8
Compare
74cbf8f
to
68d776c
Compare
24a00c3
to
3db7e8b
Compare
68d776c
to
f7dc7cd
Compare
fc36e2f
to
7b02094
Compare
} | ||
}); | ||
|
||
const types = setToArray(typeSet); |
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.
This const is not used
}); | ||
|
||
const types = setToArray(typeSet); | ||
const extensions = setToArray(extensionSet); |
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.
This const is not used
}); | ||
|
||
const types = setToArray(typeSet); | ||
const extensions = setToArray(extensionSet); |
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.
same for this
|
||
const types = setToArray(typeSet); | ||
const extensions = setToArray(extensionSet); | ||
const mimeTypeKeys = Object.keys(this.faker.definitions.system.mimeTypes); |
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.
and this
} | ||
}); | ||
|
||
const types = setToArray(typeSet); |
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.
this is not used too
did they just copy past it...
|
||
const types = setToArray(typeSet); | ||
const extensions = setToArray(extensionSet); | ||
const mimeTypeKeys = Object.keys(this.faker.definitions.system.mimeTypes); |
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.
and this
a976982
to
3437ea6
Compare
3437ea6
to
44a9ef8
Compare
test with
npm run build && npx mocha test/system.unit.js