Skip to content

Commit af1b2df

Browse files
committed
fix: remove /posix from path import
1 parent 81f27d5 commit af1b2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/file-up-and-down-sample/test/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { INestApplication } from '@nestjs/common';
22
import { Test } from '@nestjs/testing';
33
import { readFile } from 'fs/promises';
44
import { request, spec } from 'pactum';
5-
import { join } from 'path/posix';
5+
import { join } from 'path';
66

77
import { AppModule } from '../src/app/app.module';
88

0 commit comments

Comments
 (0)