We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f27d5 commit af1b2dfCopy full SHA for af1b2df
apps/file-up-and-down-sample/test/app.e2e-spec.ts
@@ -2,7 +2,7 @@ import { INestApplication } from '@nestjs/common';
2
import { Test } from '@nestjs/testing';
3
import { readFile } from 'fs/promises';
4
import { request, spec } from 'pactum';
5
-import { join } from 'path/posix';
+import { join } from 'path';
6
7
import { AppModule } from '../src/app/app.module';
8
0 commit comments