Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(sinon): use sinonjs__fake-timers rather than alias #52294

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/sinon/index.d.ts
Expand Up @@ -11,7 +11,7 @@
// Simon Schick <https://github.com/SimonSchick>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import * as FakeTimers from '@sinonjs/fake-timers';
import * as FakeTimers from 'sinonjs__fake-timers';

// sinon uses DOM dependencies which are absent in browser-less environment like node.js
// to avoid compiler errors this monkey patch is used
Expand Down
5 changes: 0 additions & 5 deletions types/sinon/tsconfig.json
Expand Up @@ -15,11 +15,6 @@
"../"
],
"types": [],
"paths": {
"@sinonjs/*": [
"sinonjs__*"
]
},
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
Expand Down