Nope, I mean what I have is that I have everythin...
# e2e-testing
g
Nope, I mean what I have is that I have everything like
Copy code
ts
describe('....', () => {
  before(() => {
    setFeatureToggle();
  });

  describe('...', () => {
    it('..', () => {
    });

    it('..', () => {
    });

    it('..', () => {
    });

    it('..', () => {
    });
  });
});