Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
NewFuture committed Jul 22, 2020
1 parent 1d86536 commit 4764822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion test/src/app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { test } from "/lib/test";

import {request} from "miniprogram-network"
test
const data = {

Expand All @@ -10,6 +10,7 @@ const data = {
App({

onLaunch() {
request("POST","/");
console.log(test, "{{Vx}}");
}
})
4 changes: 1 addition & 3 deletions test/src/wxs/comm.wxts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {request} from 'miniprogram-network';

import {x} from "./x.wxs";
x()
request()

const foo = "'hello world' from comm.wxs" + Date.now();
const bar = function (d: string) {
return decodeURI(d);
Expand Down

0 comments on commit 4764822

Please sign in to comment.