chore: Adjust template model file extension to ee

This commit is contained in:
Faruk AYDIN
2025-02-18 13:01:46 +01:00
parent 926db4ebd9
commit 44ea560c79
3 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import { describe, it, expect } from 'vitest';
import Template from './template.js';
import Template from './template.ee.js';
describe('Template model', () => {
it('tableName should return correct name', () => {