Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/lu/test/parser/lu/lu.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const compareLuFiles = function(file1, file2) {


describe('LU instance', function() {
const response = require('./../../fixtures/translation/serviceresponses/intentsAndutterances.json')
const response = require('./../../fixtures/translation/serviceresponses/intentsAndUtterances.json')

before(function(){
nock('https://api.cognitive.microsofttranslator.com')
Expand Down
2 changes: 1 addition & 1 deletion packages/luis/test/commands/luis/translate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ xdescribe('luis:translate References can be skipped from being translated', asyn
})

describe('luis:translate Intents and utterances are translated correctly', async () => {
const response = require('./../../fixtures/translation/serviceresponses/intentsAndutterances.json')
const response = require('./../../fixtures/translation/serviceresponses/intentsAndUtterances.json')
after(async function(){
await fs.remove(path.join(__dirname, './../../../fr/'))
})
Expand Down