Merge pull request #10132 from TheKhanj/master

test(core): fix unresolved import
This commit is contained in:
Kamil Mysliwiec
2022-08-19 10:14:00 +02:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
import { expect } from 'chai';
import { assignToObject } from '@nestjs/core/repl/assign-to-object.util';
import { assignToObject } from '../../repl/assign-to-object.util';
describe('assignToObject', () => {
it('should copy all enumerable properties and their descriptors', () => {