Skip to content

Commit 7c1c3f3

Browse files
authored
Merge pull request #235 from ardriveapp/dev
chore: release v3.0.2
2 parents 057384c + 194a2a7 commit 7c1c3f3

File tree

949 files changed

+5261
-24113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

949 files changed

+5261
-24113
lines changed

.mocharc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ process.env.NODE_ENV = 'test';
66
// Reference for options: https://github.com/mochajs/mocha/blob/master/example/config/.mocharc.js
77
module.exports = {
88
extension: ['ts'],
9-
spec: ['**/*.test.ts'],
9+
spec: ['src/**/*.test.ts', 'tests/**/*.test.ts'],
1010
require: ['ts-node/register/transpile-only', 'source-map-support/register', 'tests/testSetup.ts'],
1111
timeout: '5000',
1212
parallel: true,

.pnp.cjs

Lines changed: 0 additions & 19223 deletions
This file was deleted.

0 commit comments

Comments
 (0)