07cfce795f
[WIP] docs(testing): new chapter, new samples
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
// #docplaster
|
|
// #docregion
|
|
describe('1st tests', () => {
|
|
it('true is true', () => expect(true).toBe(true));
|
|
});
|