remove chart from pie.spec.ts description

This commit is contained in:
Reda Al Sulais
2023-08-17 02:21:15 +03:00
parent defe40692a
commit 77d8e15dc4

View File

@@ -7,7 +7,7 @@ setConfig({
securityLevel: 'strict', securityLevel: 'strict',
}); });
describe('pie chart', () => { describe('pie', () => {
beforeAll(() => { beforeAll(() => {
parser.yy = db; parser.yy = db;
}); });