diff --git a/.mocharc.js b/.mocharc.js index 76785e4b2..005c54590 100644 --- a/.mocharc.js +++ b/.mocharc.js @@ -15,7 +15,7 @@ chai.use(chaiAsPromised); module.exports = { diff: true, extension: ['ts'], - spec: ['**/for_*/**/*.ts', '**/spec/*_spec.ts'], + spec: ['**/for_*/**/*.ts'], ignore: ['**/*.d.ts'], require: ['ts-node/register'] } \ No newline at end of file diff --git a/Source/Applications/Backend/for_Dummy/when_nothing.ts b/Source/Applications/Backend/for_Dummy/when_nothing.ts new file mode 100644 index 000000000..185c64da2 --- /dev/null +++ b/Source/Applications/Backend/for_Dummy/when_nothing.ts @@ -0,0 +1,7 @@ +// Copyright (c) Dolittle. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +describe('when nothing', () => { + it('should not fail', () => true.should.be.true); + +}); \ No newline at end of file diff --git a/Source/Events/Backend/for_Dummy/when_nothing.ts b/Source/Events/Backend/for_Dummy/when_nothing.ts new file mode 100644 index 000000000..185c64da2 --- /dev/null +++ b/Source/Events/Backend/for_Dummy/when_nothing.ts @@ -0,0 +1,7 @@ +// Copyright (c) Dolittle. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +describe('when nothing', () => { + it('should not fail', () => true.should.be.true); + +}); \ No newline at end of file diff --git a/Source/Microservices/Backend/for_Dummy/when_nothing.ts b/Source/Microservices/Backend/for_Dummy/when_nothing.ts new file mode 100644 index 000000000..185c64da2 --- /dev/null +++ b/Source/Microservices/Backend/for_Dummy/when_nothing.ts @@ -0,0 +1,7 @@ +// Copyright (c) Dolittle. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +describe('when nothing', () => { + it('should not fail', () => true.should.be.true); + +}); \ No newline at end of file diff --git a/Source/Portal/Backend/for_Dummy/when_nothing.ts b/Source/Portal/Backend/for_Dummy/when_nothing.ts new file mode 100644 index 000000000..185c64da2 --- /dev/null +++ b/Source/Portal/Backend/for_Dummy/when_nothing.ts @@ -0,0 +1,7 @@ +// Copyright (c) Dolittle. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +describe('when nothing', () => { + it('should not fail', () => true.should.be.true); + +}); \ No newline at end of file