Skip to content

Simple Jest test for converting strings to uppercase letters.

Notifications You must be signed in to change notification settings

Paajt/TestingJest

Repository files navigation

Simple Jest test for converting strings to uppercase letters.

  • TextUpperCase.test.js: Function imported with CommonJS instead of using ES6-module style (edit package.json for this).
  • script.js uses ES6-module import {...} (.html uses script type="module")
  • TextUpperCaseScripts.js is just a copy of the function but with ES6-module export style.

About

Simple Jest test for converting strings to uppercase letters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published