mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
refactor!: do not copy JS lib to platform project (#1269)
This commit is contained in:
committed by
GitHub
parent
f6d1deeff6
commit
16ff6e1b2f
@@ -20,11 +20,11 @@
|
||||
const path = require('path');
|
||||
const rewire = require('rewire');
|
||||
const { CordovaError } = require('cordova-common');
|
||||
const utils = require('../../bin/templates/cordova/lib/utils');
|
||||
const utils = require('../../lib/utils');
|
||||
const glob = require('fast-glob');
|
||||
|
||||
describe('Java', () => {
|
||||
const Java = rewire('../../bin/templates/cordova/lib/env/java');
|
||||
const Java = rewire('../../lib/env/java');
|
||||
|
||||
describe('getVersion', () => {
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user