tslib/test
Ron Buckton 8860d619ff Add a test for vite 2022-02-10 12:28:35 -08:00
..
cjs Merge branch 'esm_tests' of https://github.com/microsoft/tslib into esm_tests 2020-10-05 15:19:10 -04:00
esm-node-native Adds tetsts for webpack 5 2020-10-09 16:26:23 -04:00
rollup-modules Merge #129 into this PR 2020-10-09 17:16:42 -04:00
snowpack-modules Adds tetsts for webpack 5 2020-10-09 16:26:23 -04:00
validateModuleExportsMatchCommonJS Update tslib to support new __spreadArray helper (#133) 2020-12-17 17:40:25 -08:00
vite Add a test for vite 2022-02-10 12:28:35 -08:00
webpack-4-modules Adds tetsts for webpack 5 2020-10-09 16:26:23 -04:00
webpack-5-modules Fix CI to correctly use the right tslib in webpack 5 2020-10-09 17:11:34 -04:00
.gitignore Address feedback, and adds more tests 2020-10-05 15:08:15 -04:00
README.md Tests docs 2020-09-29 15:28:11 -04:00
package.json Add a test for vite 2022-02-10 12:28:35 -08:00
runTests.js Adds tetsts for webpack 5 2020-10-09 16:26:23 -04:00

README.md

Tests

Each folder has a test script which imports tslib via node_modules. In order to run these tests, you first need to run npm install in this folder.