Merge pull request #2358 from automatisch/template-model
chore: Adjust template model file extension to ee
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { describe, it, expect } from 'vitest';
|
import { describe, it, expect } from 'vitest';
|
||||||
import Template from './template.js';
|
import Template from './template.ee.js';
|
||||||
|
|
||||||
describe('Template model', () => {
|
describe('Template model', () => {
|
||||||
it('tableName should return correct name', () => {
|
it('tableName should return correct name', () => {
|
||||||
Reference in New Issue
Block a user