mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
Merge pull request #10132 from TheKhanj/master
test(core): fix unresolved import
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user