Skip to content

Commit f31ae32

Browse files
committed
chore: Removing unneeded TODOs.
1 parent 259cb4f commit f31ae32

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

test/index.spec.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,7 @@ describe('TESTS', function () {
549549
});
550550
});
551551

552-
//TODO check here
553-
//it('Mocked service should return the sinon stub', function () {
552+
//it.skip('Mocked service should return the sinon stub', function () {
554553
// // TODO: the stub is only returned if an instance was already constructed
555554
// const stub = awsMock.mock('CloudSearchDomain', 'search', '');
556555
// st.equal(stub.stub?.isSinonProxy, true);

tsconfig.json

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
"allowImportingTsExtensions": true
3333
},
3434
"exclude": [
35-
//TODO consider removing the test exclusion to get `tsc` compiler error sorted. Not doing so because the typescript migration is big as it is.
36-
"test/**",
3735
"babel.config.cjs",
3836
"node_modules/**/*"
3937
]

0 commit comments

Comments
 (0)