(?:(?!\1)()(?:A)|(?!\2)()(?:B)|(?!\3)()(?:C)|(?!\4)()(?:D)){4}
我的目标是来自ID列表我想将项目ID属于ids列表时将所有项目的已保存更新为true,否则为false。
为什么第二个查询产生编译错误?
这是正确的方法吗?
答案 0 :(得分:0)
执行此操作时会发生什么:
// in the test file
const blah = new Blah();
blah.bar = _ => Promise.resolve("what up");
// now some assertions about blah.foo