You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
I am trying to dynamically produce the current day in a test. Faker will not allow me to format for the required post data that I need. I know of moment.js and day.js that will produce this and allow me to format the data. I have not been able to successfully import either into my test and was wondering if import was possible, if there was something else already built in, or if this is something that could possibly added as feature?
The text was updated successfully, but these errors were encountered:
This would need to be added to the project. There isn't currently a way to import libs.
It should be a pretty simple addition to the project. Here's where the dateFilter could be added to the nunjucks env: https://github.com/eykrehbein/strest/blob/master/src/test.ts#L40
I am trying to dynamically produce the current day in a test. Faker will not allow me to format for the required post data that I need. I know of moment.js and day.js that will produce this and allow me to format the data. I have not been able to successfully import either into my test and was wondering if import was possible, if there was something else already built in, or if this is something that could possibly added as feature?
The text was updated successfully, but these errors were encountered: