/jsnation-regex-workshop

Code for the JSNation Live Regular Expressions workshop, June 14, 2021

Primary LanguageJavaScript

jsnation-regex-workshop

Code for the JSNation Live Regular Expressions workshop, June 14, 2021

How to run tests ?

  • You can simply run
# just pass the number of the file name with the file parameter
npm run test --file=1
# notice you don't have to write the whole file name
# just lecture number is enough for example for the 4th test;
npm run test --file=4