mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:53:34 +00:00
Add very basic integration tests
This commit is contained in:
2
tests/esm/index.mjs
Normal file
2
tests/esm/index.mjs
Normal file
@@ -0,0 +1,2 @@
|
||||
import '../../lib/index.mjs';
|
||||
console.log('import successful!');
|
4
tests/esm/package.json
Normal file
4
tests/esm/package.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"main": "index.mjs",
|
||||
"type": "module"
|
||||
}
|
Reference in New Issue
Block a user