Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(toutiao): 修复无法被头条小程序开发工具识别问题
Browse files Browse the repository at this point in the history
* fix: #1739

* test: 新增头条小程序build测试

* test: 新增头条小程序build测试

* fix: 修改头条测试的project.config文件

Co-authored-by: wangjue <348748267@qq.com>
  • Loading branch information
watsonhaw5566 and wangjue committed Nov 15, 2021
1 parent bd5ed96 commit fdc25e3
Show file tree
Hide file tree
Showing 21 changed files with 1,694 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/remax-cli/src/__tests__/integration/build.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { testBuildApp } from './helpers/runTest';

describe('build ali app', () => {
testBuildApp('ali');
testBuildApp('toutiao', 'toutiao');
testBuildApp('resolve-platform-ext');
testBuildApp('component-recursion');
testBuildApp('wechat-include', 'wechat');
Expand Down

0 comments on commit fdc25e3

Please sign in to comment.