Move configs in test folder

This commit is contained in:
Unmesh Gundecha
2024-07-06 12:42:47 +08:00
parent c13e5d2b49
commit a918989c15
6 changed files with 1090 additions and 562 deletions

View File

@@ -6,7 +6,7 @@ chai.use(require('chai-string'));
const expect = chai.expect;
const srcMd = fs.readFileSync('README.md', 'utf8');
const srcMd = fs.readFileSync('../README.md', 'utf8');
describe('Checklist', function() {
describe('Header', function() {