• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2require('../../../common');
3const { describe, it } = require('node:test');
4
5describe('nested - no tests', () => {
6  describe('nested', () => {
7    it('nested', () => {});
8  });
9});
10