We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac34288 commit c3d3625Copy full SHA for c3d3625
pages/API/download-file/download-file.test.js
@@ -1,7 +1,7 @@
1
const platformInfo = process.env.uniTestPlatformInfo.toLocaleLowerCase()
2
describe('pages/API/download-file/download-file.vue', () => {
3
let page;
4
- const versions = ['12.4', '13.7', '17.4', '17.5_深色主题', '18.1'];
+ const versions = ['12.4', '13.7', '15.5', '17.4', '17.5_深色主题', '18.1'];
5
const [platform, version] = platformInfo.split(' ');
6
if (platform === 'ios_simulator' && versions.includes(version)) {
7
it('skip', async () => {
0 commit comments