Skip to content

Commit

Permalink
🔥 Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crizmo committed Oct 26, 2023
1 parent 119d3f9 commit dafa13a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This is a test file for anyanime package.
// All tests are valid and working.

const anyanime = require("anyanime");

// // Method 1
Expand All @@ -19,4 +22,4 @@ async function main() {
main();

// Method 3
anyanime.anime().then(console.log);
anyanime.anime().then(console.log);

1 comment on commit dafa13a

@vercel
Copy link

@vercel vercel bot commented on dafa13a Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

any-anime – ./

any-anime-crizmo.vercel.app
any-anime.vercel.app
any-anime-git-main-crizmo.vercel.app

Please sign in to comment.