Skip to content

Commit c3d3625

Browse files
committed
Update download-file.test.js
1 parent ac34288 commit c3d3625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/API/download-file/download-file.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const platformInfo = process.env.uniTestPlatformInfo.toLocaleLowerCase()
22
describe('pages/API/download-file/download-file.vue', () => {
33
let page;
4-
const versions = ['12.4', '13.7', '17.4', '17.5_深色主题', '18.1'];
4+
const versions = ['12.4', '13.7', '15.5', '17.4', '17.5_深色主题', '18.1'];
55
const [platform, version] = platformInfo.split(' ');
66
if (platform === 'ios_simulator' && versions.includes(version)) {
77
it('skip', async () => {

0 commit comments

Comments
 (0)