Skip to content

Commit

Permalink
Comment why we explicitly we need uvu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antonk52 committed Dec 3, 2024
1 parent f59d30a commit 0853887
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/spec/old-node-tests.uvu.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* This file tests the package
* * Using older node versions that are not supported by Jest
* * No javascript transformation is done by the test runner
* ESM is tested as is
*/
const uvu = require('uvu');
const assert = require('assert');
const path = require('path');
Expand Down

0 comments on commit 0853887

Please sign in to comment.