Skip to content

Commit

Permalink
added colon in import
Browse files Browse the repository at this point in the history
  • Loading branch information
Biki-das committed Feb 25, 2024
1 parent c1e2cb0 commit 37aed83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/commands/android/testIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const fs = require('fs');
const mockery = require('mockery');
const path = require('path');
const os = require('os');
import { ABI } from '../../../../src/commands/android/constants'
import { ABI } from '../../../../src/commands/android/constants';

describe('test showHelp', function() {
beforeEach(() => {
Expand Down

0 comments on commit 37aed83

Please sign in to comment.