mirror of
https://github.com/usebruno/bruno.git
synced 2025-05-05 15:32:58 +00:00
refactor: rename test files and update import paths for postman-to-bruno tests
This commit is contained in:
parent
4c23ab5664
commit
6a7750d354
@ -1,5 +1,5 @@
|
||||
import { describe, it, expect } from '@jest/globals';
|
||||
import postmanToBruno from '../../src/postman/postman-to-bruno';
|
||||
import postmanToBruno from '../../../src/postman/postman-to-bruno';
|
||||
|
||||
describe('postman-collection', () => {
|
||||
it('should correctly import a valid Postman collection file', async () => {
|
@ -1,4 +1,4 @@
|
||||
const { default: postmanTranslation } = require("../../../src/postman/postman-translations");
|
||||
const { default: postmanTranslation } = require("../../../../src/postman/postman-translations");
|
||||
|
||||
describe('postmanTranslations - request commands', () => {
|
||||
test('should handle request commands', () => {
|
@ -1,4 +1,4 @@
|
||||
const { default: postmanTranslation } = require("../../../src/postman/postman-translations");
|
||||
const { default: postmanTranslation } = require("../../../../src/postman/postman-translations");
|
||||
|
||||
describe('postmanTranslations - response commands', () => {
|
||||
test('should handle response commands', () => {
|
Loading…
x
Reference in New Issue
Block a user