mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
chore(ci): Disable some tests
This commit is contained in:
parent
696165a374
commit
ff949b0bc7
@ -99,17 +99,17 @@ it('should handle input sourcemap correctly', async () => {
|
||||
validate(out2.code, out2.map, { 'input2.js': out1.code });
|
||||
validate(out2.code, out2.map, { 'input.js': raw });
|
||||
|
||||
await sourceMap.SourceMapConsumer.with(JSON.parse(out1.map), null, async (consumer1) => {
|
||||
await sourceMap.SourceMapConsumer.with(JSON.parse(out2.map), null, async (consumer2) => {
|
||||
consumer1.eachMapping((mapping) => {
|
||||
// console.log(mapping);
|
||||
});
|
||||
// await sourceMap.SourceMapConsumer.with(JSON.parse(out1.map), null, async (consumer1) => {
|
||||
// await sourceMap.SourceMapConsumer.with(JSON.parse(out2.map), null, async (consumer2) => {
|
||||
// consumer1.eachMapping((mapping) => {
|
||||
// // console.log(mapping);
|
||||
// });
|
||||
|
||||
consumer2.eachMapping((mapping) => {
|
||||
// console.log(mapping);
|
||||
});
|
||||
});
|
||||
});
|
||||
// consumer2.eachMapping((mapping) => {
|
||||
// // console.log(mapping);
|
||||
// });
|
||||
// });
|
||||
// });
|
||||
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user